From 525fc5eca4bd784e9773c07aea026336e19a6e75 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:01:51 +0000 Subject: [PATCH] auto-import changelog data from rsync-2.5.7-5.fc1.1.src.rpm * Thu Aug 19 2004 Jay Fenlason 2.5.7-5.fc1.1 - Backport fix for CAN-2004-0792 --- rsync.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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