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}
%define WITH_MONO 0
%endif
%ifarch aarch64 %{ix86} x86_64
%ifarch aarch64
%define WITH_QT3 0
%endif
@ -21,7 +21,7 @@
Name: avahi
Version: 0.6.31
Release: 22%{?dist}
Release: 23%{?dist}
Summary: Local network service discovery
License: LGPLv2+
URL: http://avahi.org
@ -634,6 +634,9 @@ exit 0
%endif
%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
- Add option to disable qt3 support (and disable on aarch64)