Disable mono on aarch64 as it's not yet been ported
This commit is contained in:
parent
d21c9288a7
commit
562af041b8
@ -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@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@lists.fedoraproject.org> - 0.6.31-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user