rpms/rsync/devel rsync.spec,1.46,1.47 rsync.xinetd,1.2,1.3

Simo Sorce (simo) fedora-extras-commits at redhat.com
Mon Oct 15 18:31:11 UTC 2007


Author: simo

Update of /cvs/pkgs/rpms/rsync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5341

Modified Files:
	rsync.spec rsync.xinetd 
Log Message:
* Mon Oct 15 2007 Simo Sorce <ssorce at redhat.com> 3.0.0-0.pre2.1.fc9
- Add support for IPv6 by default with xinetd



Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/rsync.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- rsync.spec	12 Oct 2007 14:35:22 -0000	1.46
+++ rsync.spec	15 Oct 2007 18:30:38 -0000	1.47
@@ -1,7 +1,7 @@
 Summary: A program for synchronizing files over a network.
 Name: rsync
 Version: 3.0.0
-Release: 0.pre2%{?dist}
+Release: 0.pre2.1%{?dist}
 Group: Applications/Internet
 # TAG: for pre versions use
 Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
@@ -57,6 +57,9 @@
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Mon Oct 15 2007 Simo Sorce <ssorce at redhat.com> 3.0.0-0.pre2.1.fc9
+- Add support for IPv6 by default with xinetd
+
 * Fri Oct 12 2007 Simo Sorce <ssorce at redhat.com> 3.0.0-0.pre2.fc9
 - Second prerelease
 


Index: rsync.xinetd
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/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	15 Oct 2007 18:30:38 -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