diff --git a/avahi.spec b/avahi.spec index 23c5088..5603d60 100644 --- a/avahi.spec +++ b/avahi.spec @@ -6,7 +6,7 @@ %endif Name: avahi Version: 0.6.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Local network service discovery Group: System Environment/Base License: LGPL @@ -292,7 +292,7 @@ if [ "$1" -eq 1 ]; then # We should realy make dbus reload the system.d config here. Dunno how though. # kill -HUP `cat /var/run/messagebus.pid` ? if [ -s /etc/localtime ]; then - cp -fp /etc/localtime /etc/avahi/etc/localtime || :; + cp -cfp /etc/localtime /etc/avahi/etc/localtime || :; fi; fi; @@ -418,6 +418,9 @@ fi %endif %changelog +* Thu Sep 7 2006 Dan Walsh - 0.6.11-5 +- Maintain the security context on the localtime file + * Wed Aug 23 2006 Martin Stransky - 0.6.11-4 - fix for #204710 - /etc/init.d/avahi-dnsconfd missing line continuation slash (\) in description