support ppc64le (#1079392)

This commit is contained in:
Rex Dieter 2014-03-22 17:54:14 -05:00
parent 9a2dbece8f
commit e89b8c045b

View File

@ -3,7 +3,7 @@
%{?!WITH_COMPAT_HOWL: %global WITH_COMPAT_HOWL 1}
%{?!WITH_QT3: %global WITH_QT3 1}
%ifarch sparc64 s390 aarch64
%ifarch sparc64 s390 aarch64 ppc64le
%define WITH_MONO 0
%endif
%if 0%{?rhel}
@ -21,7 +21,7 @@
Name: avahi
Version: 0.6.31
Release: 24%{?dist}
Release: 25%{?dist}
Summary: Local network service discovery
License: LGPLv2+
URL: http://avahi.org
@ -635,6 +635,9 @@ exit 0
%endif
%changelog
* Sat Mar 22 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-25
- support ppc64le (#1079392)
* Thu Jan 16 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.6.31-24
- Drop INSTALL from docs, fix some trivial rpmlint warnings.