- Upgrade to upstream version 0.6.5

- Make /etc/avahi/etc and /etc/avahi/etc/localtime owned by avahi package;
    copy system localtime into chroot in post
This commit is contained in:
jvdias 2006-01-26 18:11:34 +00:00
parent 2ffb366575
commit 79ec033663
3 changed files with 19 additions and 4 deletions

View File

@ -3,3 +3,4 @@ avahi-0.6.tar.gz
avahi-0.6.1.tar.gz avahi-0.6.1.tar.gz
avahi-0.6.3.tar.gz avahi-0.6.3.tar.gz
avahi-0.6.4.tar.gz avahi-0.6.4.tar.gz
avahi-0.6.5.tar.gz

View File

@ -3,8 +3,8 @@
%define WITH_MONO 0 %define WITH_MONO 0
%endif %endif
Name: avahi Name: avahi
Version: 0.6.4 Version: 0.6.5
Release: 4 Release: 1
Summary: Local network service discovery Summary: Local network service discovery
Group: System Environment/Base Group: System Environment/Base
License: LGPL License: LGPL
@ -169,6 +169,10 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/avahi-bookmarks $RPM_BUILD_ROOT/%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d
mv $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/* $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d mv $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/* $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/* rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/*
#
# Make /etc/avahi/etc/localtime owned by avahi:
mkdir -p $RPM_BUILD_ROOT/etc/avahi/etc
touch $RPM_BUILD_ROOT/etc/avahi/etc/localtime
:; :;
%clean %clean
@ -188,6 +192,9 @@ if [ "$1" -eq 1 ]; then
fi; fi;
# 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
cp -fp /etc/localtime /etc/avahi/etc/localtime || :;
fi;
elif [ "$1" -gt 1 ]; then elif [ "$1" -gt 1 ]; then
if ! /sbin/chkconfig --list avahi-daemon >/dev/null 2>&1 ; then if ! /sbin/chkconfig --list avahi-daemon >/dev/null 2>&1 ; then
# if user has not configured avahi service at all # if user has not configured avahi service at all
@ -221,6 +228,8 @@ fi
%doc docs/* avahi-daemon/example.service avahi-daemon/ssh.service %doc docs/* avahi-daemon/example.service avahi-daemon/ssh.service
%attr(755,root,root) %{_sysconfdir}/rc.d/init.d/* %attr(755,root,root) %{_sysconfdir}/rc.d/init.d/*
%dir %{_sysconfdir}/avahi %dir %{_sysconfdir}/avahi
%dir %{_sysconfdir}/avahi/etc
%ghost %{_sysconfdir}/avahi/etc/localtime
%dir %{_sysconfdir}/avahi/services %dir %{_sysconfdir}/avahi/services
%dir %{_localstatedir}/run/avahi-daemon %dir %{_localstatedir}/run/avahi-daemon
%config %{_sysconfdir}/avahi/avahi-daemon.conf %config %{_sysconfdir}/avahi/avahi-daemon.conf
@ -291,6 +300,11 @@ fi
%endif %endif
%changelog %changelog
* Thu Jan 26 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.5-1
- Upgrade to upstream version 0.6.5
- Make /etc/avahi/etc and /etc/avahi/etc/localtime owned by avahi
package; copy system localtime into chroot in post
* Mon Jan 23 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-4 * Mon Jan 23 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-4
- fix bug 178689: copy localtime to chroot - fix bug 178689: copy localtime to chroot
- fix bug 178784: fix avahi-dnsconfd initscript - fix bug 178784: fix avahi-dnsconfd initscript

View File

@ -1 +1 @@
12eb941043f26f82c51e99821ac52c44 avahi-0.6.4.tar.gz 1ecbc3534e3b45cf15269a3f4cfe1dca avahi-0.6.5.tar.gz