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:
parent
192c49ee74
commit
6a5cecdf2e
12
rsync.spec
12
rsync.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A program for synchronizing files over a network.
|
Summary: A program for synchronizing files over a network.
|
||||||
Name: rsync
|
Name: rsync
|
||||||
Version: 2.4.6
|
Version: 2.4.6
|
||||||
Release: 10
|
Release: 13
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||||
Source1: rsync.xinetd
|
Source1: rsync.xinetd
|
||||||
@ -11,6 +11,8 @@ Patch2: rsync-2.4.6-ipv6.patch
|
|||||||
Patch3: rsync-2.4.6-segv.patch
|
Patch3: rsync-2.4.6-segv.patch
|
||||||
Patch4: rsync-2.4.6-unsigned.dif
|
Patch4: rsync-2.4.6-unsigned.dif
|
||||||
Patch5: rsync-2.4.6-moresignage.patch
|
Patch5: rsync-2.4.6-moresignage.patch
|
||||||
|
Patch6: rsync-zlib.patch
|
||||||
|
Patch7: rsync-setgroups.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: /var/tmp/%{name}-root
|
BuildRoot: /var/tmp/%{name}-root
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
@ -32,6 +34,10 @@ package.
|
|||||||
%patch3 -p1 -b .segv
|
%patch3 -p1 -b .segv
|
||||||
%patch4 -p1 -b .unsigned
|
%patch4 -p1 -b .unsigned
|
||||||
%patch5 -p1 -b .moresignage
|
%patch5 -p1 -b .moresignage
|
||||||
|
cd zlib
|
||||||
|
%patch6 -p1 -b .zlib
|
||||||
|
cd ..
|
||||||
|
%patch7 -p1 -b .setgroups
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -57,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/rsyncd.conf.5*
|
%{_mandir}/man5/rsyncd.conf.5*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
|
||||||
- fix some errors in the unsigned patch
|
- fix some errors in the unsigned patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user