From 88a0f9082ea838f6037e8d26bfa8e0279bf8c721 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 19 Dec 2013 15:22:12 +0000 Subject: [PATCH] No mono on aarch64 --- graphviz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index a8d372f..6ae36ca 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,5 +1,5 @@ # Necessary conditionals -%ifarch ppc64 s390 s390x sparc64 %{arm} alpha +%ifarch ppc64 s390 s390x sparc64 %{arm} alpha aarch64 %global SHARP 0 %else %global SHARP 1 @@ -48,7 +48,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.34.0 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Multimedia License: EPL URL: http://www.graphviz.org/ @@ -552,6 +552,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 19 2013 Peter Robinson 2.34.0-5 +- No mono on aarch64 + * Thu Oct 31 2013 Jaroslav Škarvada - 2.34.0-4 - Removed metadata from generated PDFs Related: rhbz#881173