From 192c49ee74f3548c4897d2534847618691093bed Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 11:55:55 +0000 Subject: [PATCH] auto-import changelog data from rsync-2.4.6-10.src.rpm * Mon Jan 28 2002 Bill Nottingham - fix some errors in the unsigned patch * Sun Jan 27 2002 Bill Nottingham - rebuild to get proper LFS_CFLAGS --- rsync.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rsync.spec b/rsync.spec index ed74b61..195924c 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.4.6 -Release: 8 +Release: 10 Group: Applications/Internet Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz Source1: rsync.xinetd @@ -10,6 +10,7 @@ Patch1: rsync-nohang.patch Patch2: rsync-2.4.6-ipv6.patch Patch3: rsync-2.4.6-segv.patch Patch4: rsync-2.4.6-unsigned.dif +Patch5: rsync-2.4.6-moresignage.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root Copyright: GPL @@ -30,11 +31,12 @@ package. %patch2 -p1 -b .ipv6 %patch3 -p1 -b .segv %patch4 -p1 -b .unsigned +%patch5 -p1 -b .moresignage %build %configure -make CCOPTFLAGS="$RPM_OPT_FLAGS" +make %install rm -rf $RPM_BUILD_ROOT @@ -55,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog +* Mon Jan 28 2002 Bill Nottingham +- fix some errors in the unsigned patch + +* Sun Jan 27 2002 Bill Nottingham +- rebuild to get proper LFS_CFLAGS + * Wed Jan 23 2002 Bill Nottingham - fix some signed/unsigned issues () - tweak ipv6 patch (#55337, )