diff --git a/rsync.spec b/rsync.spec index a312721..501289b 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,12 +1,13 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.5.7 -Release: 5.fc1 +Release: 5.fc1.1 Group: Applications/Internet Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz Source1: rsync.xinetd Patch0: rsync-2.5.6-signal.patch Patch1: rsync-2.5.7-sanitize.patch +Patch2: rsync-2.5.7-root-path.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root Copyright: GPL @@ -24,6 +25,7 @@ package. %setup -q %patch0 -p0 -b .signal %patch1 -p0 -b .sanitize +%patch2 -p1 -b .root-path %build %configure @@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog +* Thu Aug 19 2004 Jay Fenlason 2.5.7-5.fc1.1 +- Backport fix for CAN-2004-0792 + * Wed May 5 2004 Jay Fenlason 2.5.7-5.fc1 - Include a patch from Wayne Davison which fixes CAN-2004-0426