From 701616adf78954d0b8c839c4e37e38dd567ad272 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Jul 13 2010 03:27:26 +0000 Subject: New upstream release --- diff --git a/.cvsignore b/.cvsignore index 0f179af..5ed5096 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -avahi-0.6.26.tar.gz +avahi-0.6.27.tar.gz diff --git a/avahi.spec b/avahi.spec index e46f3d4..cc3e144 100644 --- a/avahi.spec +++ b/avahi.spec @@ -5,8 +5,8 @@ %define WITH_MONO 0 %endif Name: avahi -Version: 0.6.26 -Release: 4%{?dist} +Version: 0.6.27 +Release: 1%{?dist} Summary: Local network service discovery Group: System Environment/Base 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 || : # Run avahi-daemon by default: /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 [ -s /etc/localtime ]; then cp -cfp /etc/localtime /etc/avahi/etc/localtime || : @@ -384,7 +384,7 @@ fi if [ "$1" -eq 0 ]; then /sbin/service avahi-daemon stop >/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 %postun @@ -417,7 +417,7 @@ getent passwd avahi-autoipd >/dev/null 2>&1 || useradd \ if [ "$1" -eq 0 ]; then /sbin/service avahi-dnsconfd stop >/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 %postun dnsconfd @@ -470,7 +470,7 @@ fi %{_datadir}/avahi/*.dtd %{_datadir}/avahi/service-types %{_libdir}/avahi -%exclude %{_datadir}/dbus-1/interfaces/*.xml +%{_datadir}/dbus-1/interfaces/*.xml %{_mandir}/man5/* %{_mandir}/man8/avahi-daemon.* /lib/systemd/system/avahi-daemon.service @@ -639,6 +639,9 @@ fi %endif %changelog +* Tue Jul 13 2010 Lennart Poettering 0.6.27-1 +- New upstream release + * Tue Jun 29 2010 Lennart Poettering 0.6.26-4 - On request of Colin Walters, disable introspection again for now. diff --git a/sources b/sources index 1cc3126..0487042 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b2b1899fcec5ae74e92f111598913a1 avahi-0.6.26.tar.gz +74b40f87aeab07fc77af25f725b32f04 avahi-0.6.27.tar.gz