Re-enable qt3 on aarch64

This commit is contained in:
Peter Robinson 2014-06-03 16:51:18 +01:00
parent e89b8c045b
commit b59b161f16

View File

@ -9,9 +9,6 @@
%if 0%{?rhel} %if 0%{?rhel}
%define WITH_MONO 0 %define WITH_MONO 0
%endif %endif
%ifarch aarch64
%define WITH_QT3 0
%endif
# http://bugzilla.redhat.com/1008395 - no hardened build # http://bugzilla.redhat.com/1008395 - no hardened build
%global _hardened_build 1 %global _hardened_build 1
@ -21,7 +18,7 @@
Name: avahi Name: avahi
Version: 0.6.31 Version: 0.6.31
Release: 25%{?dist} Release: 26%{?dist}
Summary: Local network service discovery Summary: Local network service discovery
License: LGPLv2+ License: LGPLv2+
URL: http://avahi.org URL: http://avahi.org
@ -635,6 +632,9 @@ exit 0
%endif %endif
%changelog %changelog
* Tue Jun 3 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-26
- Re-enable qt3 on aarch64
* Sat Mar 22 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-25 * Sat Mar 22 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.31-25
- support ppc64le (#1079392) - support ppc64le (#1079392)