diff --git a/avahi.spec b/avahi.spec index 4d50897..254a3d8 100644 --- a/avahi.spec +++ b/avahi.spec @@ -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 0.6.31-23 +- Fix minor issue in exclude logic + * Tue Jan 7 2014 Peter Robinson 0.6.31-22 - Add option to disable qt3 support (and disable on aarch64)