rpms/rsync/F-8 rsync.spec,1.44,1.45 rsync.xinetd,1.2,1.3

Simo Sorce (simo) fedora-extras-commits at redhat.com
Sat Oct 13 22:54:29 UTC 2007


Author: simo

Update of /cvs/pkgs/rpms/rsync/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13149

Modified Files:
	rsync.spec rsync.xinetd 
Log Message:
* Sat Oct 13 2007 Simo Sorce <ssorce at redhat.com> 2.6.9-3.2.fc8
- Add flags = IPv6 to rsync.xinetd (bz#330301)



Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-8/rsync.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- rsync.spec	5 Sep 2007 14:24:52 -0000	1.44
+++ rsync.spec	13 Oct 2007 22:53:55 -0000	1.45
@@ -1,7 +1,7 @@
 Summary: A program for synchronizing files over a network.
 Name: rsync
 Version: 2.6.9
-Release: 3.1%{?dist}
+Release: 3.2%{?dist}
 Group: Applications/Internet
 # TAG: for pre versions use
 #Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre1.tar.gz
@@ -60,6 +60,9 @@
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Sat Oct 13 2007 Simo Sorce <ssorce at redhat.com> 2.6.9-3.2.fc8
+- Add flags = IPv6 to rsync.xinetd (bz#330301)
+
 * Wed Sep 5 2007 Simo Sorce <ssorce at redhat.com> 2.6.9-3.fc8
 - Add patch to fix crash bug with hardlinks and ACLs patches
 


Index: rsync.xinetd
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-8/rsync.xinetd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rsync.xinetd	9 Sep 2004 11:58:46 -0000	1.2
+++ rsync.xinetd	13 Oct 2007 22:53:55 -0000	1.3
@@ -4,6 +4,7 @@
 service rsync
 {
 	disable	= yes
+	flags		= IPv6
 	socket_type     = stream
 	wait            = no
 	user            = root




More information about the fedora-extras-commits mailing list