Fix minor issue in exclude logic

This commit is contained in:
Peter Robinson 2014-01-08 11:24:19 +00:00
parent 2bfb049ad7
commit ec56af5ec9

View File

@ -9,7 +9,7 @@
%if 0%{?rhel} %if 0%{?rhel}
%define WITH_MONO 0 %define WITH_MONO 0
%endif %endif
%ifarch aarch64 %{ix86} x86_64 %ifarch aarch64
%define WITH_QT3 0 %define WITH_QT3 0
%endif %endif
@ -21,7 +21,7 @@
Name: avahi Name: avahi
Version: 0.6.31 Version: 0.6.31
Release: 22%{?dist} Release: 23%{?dist}
Summary: Local network service discovery Summary: Local network service discovery
License: LGPLv2+ License: LGPLv2+
URL: http://avahi.org URL: http://avahi.org
@ -634,6 +634,9 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Jan 8 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-23
- Fix minor issue in exclude logic
* Tue Jan 7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-22 * Tue Jan 7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-22
- Add option to disable qt3 support (and disable on aarch64) - Add option to disable qt3 support (and disable on aarch64)