No mono on aarch64

This commit is contained in:
Peter Robinson 2013-12-19 15:22:12 +00:00
parent cf06abaee5
commit 88a0f9082e
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Necessary conditionals # Necessary conditionals
%ifarch ppc64 s390 s390x sparc64 %{arm} alpha %ifarch ppc64 s390 s390x sparc64 %{arm} alpha aarch64
%global SHARP 0 %global SHARP 0
%else %else
%global SHARP 1 %global SHARP 1
@ -48,7 +48,7 @@
Name: graphviz Name: graphviz
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Version: 2.34.0 Version: 2.34.0
Release: 4%{?dist} Release: 5%{?dist}
Group: Applications/Multimedia Group: Applications/Multimedia
License: EPL License: EPL
URL: http://www.graphviz.org/ URL: http://www.graphviz.org/
@ -552,6 +552,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Dec 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-5
- No mono on aarch64
* Thu Oct 31 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-4 * Thu Oct 31 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.34.0-4
- Removed metadata from generated PDFs - Removed metadata from generated PDFs
Related: rhbz#881173 Related: rhbz#881173