fix bug 194203

This commit is contained in:
jvdias 2006-06-06 18:24:50 +00:00
parent 68a75adb1a
commit a51960b792

View File

@ -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 <jvdias@redhat.com> - 0.6.10-2.FC6
- fix bug 194203: fix permissions on /var/run/avahi-daemon
* Tue May 30 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.10-1.FC6
- Upgrade to upstream version 0.6.10
- fix bug 192080: split avahi-compat-libdns_sd into separate package