auto-import rsync-2.5.0-1 from rsync-2.5.0-1.src.rpm
This commit is contained in:
parent
494a03c8ea
commit
453671fb55
@ -1 +1 @@
|
|||||||
rsync-2.4.6.tar.gz
|
rsync-2.5.0.tar.gz
|
||||||
|
50
rsync.spec
50
rsync.spec
@ -1,18 +1,13 @@
|
|||||||
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.5.0
|
||||||
Release: 13s.1
|
Release: 1
|
||||||
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
|
||||||
Patch0: rsync-2.4.2-maxdel.patch
|
Patch0: rsync-2.5.0-maxdel.patch
|
||||||
Patch1: rsync-nohang.patch
|
Patch1: rsync-2.4.6-segv.patch
|
||||||
Patch2: rsync-2.4.6-ipv6.patch
|
Patch2: rsync-2.5.0-build.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}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: /var/tmp/%{name}-root
|
BuildRoot: /var/tmp/%{name}-root
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
@ -29,21 +24,17 @@ package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .maxdel
|
%patch0 -p1 -b .maxdel
|
||||||
%patch1 -p0 -b .nohang
|
%patch1 -p1 -b .segv
|
||||||
%patch2 -p1 -b .ipv6
|
%patch2 -p1 -b .build
|
||||||
%patch3 -p1 -b .segv
|
|
||||||
%patch4 -p1 -b .unsigned
|
|
||||||
%patch5 -p1 -b .moresignage
|
|
||||||
cd zlib
|
|
||||||
%patch6 -p1 -b .zlib
|
|
||||||
cd ..
|
|
||||||
%patch7 -p1 -b .setgroups
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
rsync_enable_ssh_tests=true make check
|
||||||
|
rm -rf testtmp
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -56,30 +47,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README tech_report.tex
|
%doc COPYING csprotocol.txt INSTALL NEWS README TODO tech_report.tex
|
||||||
%config(noreplace) /etc/xinetd.d/rsync
|
%config(noreplace) /etc/xinetd.d/rsync
|
||||||
%{_prefix}/bin/rsync
|
%{_prefix}/bin/rsync
|
||||||
%{_mandir}/man1/rsync.1*
|
%{_mandir}/man1/rsync.1*
|
||||||
%{_mandir}/man5/rsyncd.conf.5*
|
%{_mandir}/man5/rsyncd.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 18 2003 D. Marlin <dmarlin@redhat.com>
|
* Fri Nov 30 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- new s390 release number and rebuild for s390 (bug #85960)
|
- update to 2.5.0
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Sun Jan 27 2002 Bill Nottingham <notting@redhat.com>
|
|
||||||
- rebuild to get proper LFS_CFLAGS
|
|
||||||
|
|
||||||
* Wed Jan 23 2002 Bill Nottingham <notting@redhat.com>
|
|
||||||
- fix some signed/unsigned issues (<krahmer@suse.de>)
|
|
||||||
- tweak ipv6 patch (#55337, <john.l.villalovos@intel.com>)
|
|
||||||
- make xinetd file %config(noreplace)
|
|
||||||
|
|
||||||
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
|
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- fix segfault on weird arguments (#51801)
|
- fix segfault on weird arguments (#51801)
|
||||||
|
Loading…
Reference in New Issue
Block a user