diff --git a/rsync.spec b/rsync.spec index be71b37..060347c 100644 --- a/rsync.spec +++ b/rsync.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog +* Mon Oct 15 2007 Simo Sorce 3.0.0-0.pre2.1.fc9 +- Add support for IPv6 by default with xinetd + * Fri Oct 12 2007 Simo Sorce 3.0.0-0.pre2.fc9 - Second prerelease diff --git a/rsync.xinetd b/rsync.xinetd index 62f0cca..d4b591e 100644 --- a/rsync.xinetd +++ b/rsync.xinetd @@ -4,6 +4,7 @@ service rsync { disable = yes + flags = IPv6 socket_type = stream wait = no user = root