diff --git a/rsync.spec b/rsync.spec index 9b36a0d..5a16196 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,11 +1,13 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.4.6 -Release: 2 +Release: 4 Group: Applications/Internet Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz Source1: rsync.xinetd Patch0: rsync-2.4.2-maxdel.patch +Patch1: rsync-nohang.patch +Patch2: rsync-2.4.6-ipv6.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root Copyright: GPL @@ -24,9 +26,10 @@ Install rsync if you need a powerful mirroring program. %prep %setup -q %patch0 -p1 -b .maxdel +%patch1 -p0 -b .nohang +%patch2 -p1 -b .ipv6 %build - %configure make CCOPTFLAGS="$RPM_OPT_FLAGS" @@ -50,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog +* Tue Jul 24 2001 Bill Nottingham +- IPv6 patch () (#47780) + +* Tue Jun 19 2001 Bill Nottingham +- add patch to fix hangs at end of sync, and other odd behaviors (#42111) + * Sat Sep 30 2000 Florian La Roche - add xinetd configuration