New upstream release

This commit is contained in:
Lennart Poettering 2010-07-13 03:27:26 +00:00
parent d85ec48fef
commit 701616adf7
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
avahi-0.6.26.tar.gz avahi-0.6.27.tar.gz

View File

@ -5,8 +5,8 @@
%define WITH_MONO 0 %define WITH_MONO 0
%endif %endif
Name: avahi Name: avahi
Version: 0.6.26 Version: 0.6.27
Release: 4%{?dist} Release: 1%{?dist}
Summary: Local network service discovery Summary: Local network service discovery
Group: System Environment/Base Group: System Environment/Base
License: LGPLv2 License: LGPLv2
@ -373,7 +373,7 @@ getent passwd avahi >/dev/null 2>&1 || useradd \
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || : dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
# Run avahi-daemon by default: # Run avahi-daemon by default:
/sbin/chkconfig --add avahi-daemon >/dev/null 2>&1 || : /sbin/chkconfig --add avahi-daemon >/dev/null 2>&1 || :
/usr/bin/systemd-install enable avahi-daemon.service >/dev/null 2>&1 || : /usr/bin/systemd-install --realize=minimal enable avahi-daemon.service >/dev/null 2>&1 || :
if [ "$1" -eq 1 ]; then if [ "$1" -eq 1 ]; then
if [ -s /etc/localtime ]; then if [ -s /etc/localtime ]; then
cp -cfp /etc/localtime /etc/avahi/etc/localtime || : cp -cfp /etc/localtime /etc/avahi/etc/localtime || :
@ -384,7 +384,7 @@ fi
if [ "$1" -eq 0 ]; then if [ "$1" -eq 0 ]; then
/sbin/service avahi-daemon stop >/dev/null 2>&1 || : /sbin/service avahi-daemon stop >/dev/null 2>&1 || :
/sbin/chkconfig --del avahi-daemon >/dev/null 2>&1 || : /sbin/chkconfig --del avahi-daemon >/dev/null 2>&1 || :
/usr/bin/systemd-install disable avahi-daemon.service >/dev/null 2>&1 || : /usr/bin/systemd-install --realize disable avahi-daemon.service >/dev/null 2>&1 || :
fi fi
%postun %postun
@ -417,7 +417,7 @@ getent passwd avahi-autoipd >/dev/null 2>&1 || useradd \
if [ "$1" -eq 0 ]; then if [ "$1" -eq 0 ]; then
/sbin/service avahi-dnsconfd stop >/dev/null 2>&1 || : /sbin/service avahi-dnsconfd stop >/dev/null 2>&1 || :
/sbin/chkconfig --del avahi-dnsconfd >/dev/null 2>&1 || : /sbin/chkconfig --del avahi-dnsconfd >/dev/null 2>&1 || :
/usr/bin/systemd-install disable avahi-dnsconfd.service >/dev/null 2>&1 || : /usr/bin/systemd-install --realize disable avahi-dnsconfd.service >/dev/null 2>&1 || :
fi fi
%postun dnsconfd %postun dnsconfd
@ -470,7 +470,7 @@ fi
%{_datadir}/avahi/*.dtd %{_datadir}/avahi/*.dtd
%{_datadir}/avahi/service-types %{_datadir}/avahi/service-types
%{_libdir}/avahi %{_libdir}/avahi
%exclude %{_datadir}/dbus-1/interfaces/*.xml %{_datadir}/dbus-1/interfaces/*.xml
%{_mandir}/man5/* %{_mandir}/man5/*
%{_mandir}/man8/avahi-daemon.* %{_mandir}/man8/avahi-daemon.*
/lib/systemd/system/avahi-daemon.service /lib/systemd/system/avahi-daemon.service
@ -639,6 +639,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.27-1
- New upstream release
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-4 * Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> 0.6.26-4
- On request of Colin Walters, disable introspection again for now. - On request of Colin Walters, disable introspection again for now.

View File

@ -1 +1 @@
2b2b1899fcec5ae74e92f111598913a1 avahi-0.6.26.tar.gz 74b40f87aeab07fc77af25f725b32f04 avahi-0.6.27.tar.gz