From a2ae05f182a2c17e3ec7655590f0696abfe22894 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mar 09 2011 01:31:45 +0000 Subject: explicitly disable gtk3 --- diff --git a/avahi.spec b/avahi.spec index 0c2dbf1..c6a816e 100644 --- a/avahi.spec +++ b/avahi.spec @@ -6,7 +6,7 @@ %endif Name: avahi Version: 0.6.27 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Local network service discovery Group: System Environment/Base License: LGPLv2 @@ -294,7 +294,7 @@ fashion with mDNS. %patch0 -p1 %build -%configure --with-distro=fedora --disable-monodoc --with-avahi-user=avahi --with-avahi-group=avahi --with-avahi-priv-access-group=avahi --with-autoipd-user=avahi-autoipd --with-autoipd-group=avahi-autoipd --with-systemdsystemunitdir=/lib/systemd/system --enable-introspection=no \ +%configure --with-distro=fedora --disable-monodoc --with-avahi-user=avahi --with-avahi-group=avahi --with-avahi-priv-access-group=avahi --with-autoipd-user=avahi-autoipd --with-autoipd-group=avahi-autoipd --with-systemdsystemunitdir=/lib/systemd/system --enable-introspection=no --disable-gtk3 \ %if %{WITH_COMPAT_DNSSD} --enable-compat-libdns_sd \ %endif @@ -627,6 +627,9 @@ fi %endif %changelog +* Wed Mar 9 2011 Lennart Poettering - 0.6.27-6 +- Explicitly pass --disable-gtk3 + * Wed Mar 9 2011 Lennart Poettering - 0.6.27-5 - Drop gtk3 support, since Gtk3 is not usable on F14