From a51960b792bddb592fc84983f7f2d023bc700ae8 Mon Sep 17 00:00:00 2001 From: jvdias Date: Jun 06 2006 18:24:50 +0000 Subject: fix bug 194203 --- diff --git a/avahi.spec b/avahi.spec index 9c47c2b..71f9d29 100644 --- a/avahi.spec +++ b/avahi.spec @@ -6,7 +6,7 @@ %endif Name: avahi Version: 0.6.10 -Release: 1.FC6 +Release: 2.FC6 Summary: Local network service discovery Group: System Environment/Base License: LGPL @@ -295,7 +295,7 @@ fi %ghost %{_sysconfdir}/avahi/etc/localtime %{_sysconfdir}/avahi/hosts %dir %{_sysconfdir}/avahi/services -%attr(0750,avahi,avahi) %dir %{_localstatedir}/run/avahi-daemon +%attr(0755,avahi,avahi) %dir %{_localstatedir}/run/avahi-daemon %config %{_sysconfdir}/avahi/avahi-daemon.conf %config %{_sysconfdir}/avahi/avahi-dnsconfd.action %config %{_sysconfdir}/dbus-1/system.d/avahi-dbus.conf @@ -382,6 +382,9 @@ fi %endif %changelog +* Tue Jun 06 2006 Jason Vas Dias - 0.6.10-2.FC6 +- fix bug 194203: fix permissions on /var/run/avahi-daemon + * Tue May 30 2006 Jason Vas Dias - 0.6.10-1.FC6 - Upgrade to upstream version 0.6.10 - fix bug 192080: split avahi-compat-libdns_sd into separate package