- Maintain the security context on the localtime file

This commit is contained in:
Daniel J Walsh 2006-09-07 12:31:36 +00:00
parent 0c031cfab8
commit 1a5a1f3572

View File

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