rpms/avahi/devel .cvsignore, 1.21, 1.22 avahi.spec, 1.126, 1.127 sources, 1.23, 1.24

Lennart Poettering lennart at fedoraproject.org
Tue Jul 13 03:27:27 UTC 2010


Author: lennart

Update of /cvs/pkgs/rpms/avahi/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25654

Modified Files:
	.cvsignore avahi.spec sources 
Log Message:
New upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/avahi/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	29 Jun 2010 02:33:04 -0000	1.21
+++ .cvsignore	13 Jul 2010 03:27:26 -0000	1.22
@@ -1 +1 @@
-avahi-0.6.26.tar.gz
+avahi-0.6.27.tar.gz


Index: avahi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avahi/devel/avahi.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -p -r1.126 -r1.127
--- avahi.spec	29 Jun 2010 18:48:06 -0000	1.126
+++ avahi.spec	13 Jul 2010 03:27:26 -0000	1.127
@@ -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 || u
 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
 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 <lpoetter at redhat.com> 0.6.27-1
+- New upstream release
+
 * Tue Jun 29 2010 Lennart Poettering <lpoetter at redhat.com> 0.6.26-4
 - On request of Colin Walters, disable introspection again for now.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/avahi/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources	29 Jun 2010 03:12:09 -0000	1.23
+++ sources	13 Jul 2010 03:27:26 -0000	1.24
@@ -1 +1 @@
-2b2b1899fcec5ae74e92f111598913a1  avahi-0.6.26.tar.gz
+74b40f87aeab07fc77af25f725b32f04  avahi-0.6.27.tar.gz



More information about the scm-commits mailing list