rpms/avahi/devel avahi-0.6.4-localtime.patch, NONE, 1.1 avahi.spec, 1.31, 1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 00:51:32 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/avahi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23979

Modified Files:
	avahi.spec 
Added Files:
	avahi-0.6.4-localtime.patch 
Log Message:
fix bugs 178689 178784

avahi-0.6.4-localtime.patch:
 avahi-daemon.in |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE avahi-0.6.4-localtime.patch ---
--- avahi-0.6.4/initscript/fedora/avahi-daemon.in.localtime	2006-01-23 19:38:17.000000000 -0500
+++ avahi-0.6.4/initscript/fedora/avahi-daemon.in	2006-01-23 19:43:55.000000000 -0500
@@ -29,6 +29,9 @@
 
 start() {
 	echo -n $"Starting Avahi daemon... "
+	mkdir -p /etc/avahi/etc >/dev/null 2>&1
+	cp -fp /etc/localtime /etc/avahi/etc >/dev/null 2>&1
+	chcon system_u:object_r:locale_t /etc/avahi/etc/localtime >/dev/null 2>&1
         $AVAHI_BIN -D
 	RETVAL=$?
 	if [ $RETVAL = 0 ]; then


Index: avahi.spec
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/avahi.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- avahi.spec	20 Jan 2006 18:12:43 -0000	1.31
+++ avahi.spec	24 Jan 2006 00:51:30 -0000	1.32
@@ -4,7 +4,7 @@
 %endif
 Name:           avahi
 Version:        0.6.4
-Release: 	3
+Release: 	4
 Summary:        Local network service discovery 
 Group:          System Environment/Base
 License:        LGPL
@@ -26,6 +26,8 @@
 Patch6:         avahi-0.6.3-MONO_SHARED_DIR.patch
 Patch7: 	avahi-0.6.4-initscript-i18n.patch
 Patch8:		avahi-0.6.3-lockfile.patch
+Patch9: 	avahi-0.6.4-localtime.patch
+Patch10:	avahi-0.6.4-bz178784.patch
 
 %description
 Avahi is a system which facilitates service discovery on
@@ -122,6 +124,8 @@
 %endif
 %patch7 -p1 -b .i18n
 %patch8 -p1 -b .lockfile
+%patch9 -p1 -b .localtime
+%patch10 -p1 -b .bz178746
 
 %build
 # auto* update needed for avahi-0.5.2-fedora.patch
@@ -287,6 +291,10 @@
 %endif
 
 %changelog
+* Mon Jan 23 2006 Jason Vas Dias <jvdias at redhat.com> - 0.6.4-4
+- fix bug 178689: copy localtime to chroot
+- fix bug 178784: fix avahi-dnsconfd initscript 
+
 * Fri Jan 20 2006 Peter Jones <pjones at redhat.com> - 0.6.4-3
 - fix subsystem locking in the initscript
 




More information about the fedora-cvs-commits mailing list