[avahi] Disable mono on aarch64 as it's not yet been ported

Peter Robinson pbrobinson at fedoraproject.org
Wed Aug 14 18:56:29 UTC 2013


commit 562af041b8b323af64efefcf33028aaddd4383c5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Aug 14 19:56:15 2013 +0100

    Disable mono on aarch64 as it's not yet been ported

 avahi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/avahi.spec b/avahi.spec
index c2098b7..1f517e6 100644
--- a/avahi.spec
+++ b/avahi.spec
@@ -1,7 +1,7 @@
 %{?!WITH_MONO:          %global WITH_MONO 1}
 %{?!WITH_COMPAT_DNSSD:  %global WITH_COMPAT_DNSSD 1}
 %{?!WITH_COMPAT_HOWL:   %global WITH_COMPAT_HOWL  1}
-%ifarch sparc64 s390
+%ifarch sparc64 s390 aarch64
 %define WITH_MONO 0
 %endif
 %if 0%{?rhel}
@@ -10,7 +10,7 @@
 
 Name:             avahi
 Version:          0.6.31
-Release:          12%{?dist}
+Release:          13%{?dist}
 Summary:          Local network service discovery
 License:          LGPLv2+
 URL:              http://avahi.org
@@ -646,6 +646,9 @@ fi
 %endif
 
 %changelog
+* Wed Aug 14 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.6.31-13
+- Disable mono on aarch64 as it's not yet been ported
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.31-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list