1
0
forked from rpms/rsync

auto-import changelog data from rsync-2.4.6-13.src.rpm

* Wed Feb 20 2002 Bill Nottingham <notting@redhat.com>
- fix --address (#60127)
- call setgroups before dropping privs (<mkp@samba.org>)
This commit is contained in:
cvsdist 2004-09-09 11:56:50 +00:00
parent 192c49ee74
commit 6a5cecdf2e

View File

@ -1,7 +1,7 @@
Summary: A program for synchronizing files over a network.
Name: rsync
Version: 2.4.6
Release: 10
Release: 13
Group: Applications/Internet
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
Source1: rsync.xinetd
@ -11,6 +11,8 @@ 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
Patch6: rsync-zlib.patch
Patch7: rsync-setgroups.patch
Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
Copyright: GPL
@ -32,6 +34,10 @@ package.
%patch3 -p1 -b .segv
%patch4 -p1 -b .unsigned
%patch5 -p1 -b .moresignage
cd zlib
%patch6 -p1 -b .zlib
cd ..
%patch7 -p1 -b .setgroups
%build
%configure
@ -57,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/rsyncd.conf.5*
%changelog
* Wed Feb 20 2002 Bill Nottingham <notting@redhat.com>
- fix --address (#60127)
- call setgroups before dropping privs (<mkp@samba.org>)
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
- fix some errors in the unsigned patch