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

* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
- IPv6 patch (<pekkas@netcore.fi>) (#47780)

* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
- add patch to fix hangs at end of sync, and other odd behaviors (#42111)
This commit is contained in:
cvsdist 2004-09-09 11:55:08 +00:00
parent d184d48c20
commit 16da1885ba

View File

@ -1,11 +1,13 @@
Summary: A program for synchronizing files over a network.
Name: rsync
Version: 2.4.6
Release: 2
Release: 4
Group: Applications/Internet
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
Source1: rsync.xinetd
Patch0: rsync-2.4.2-maxdel.patch
Patch1: rsync-nohang.patch
Patch2: rsync-2.4.6-ipv6.patch
Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
Copyright: GPL
@ -24,9 +26,10 @@ Install rsync if you need a powerful mirroring program.
%prep
%setup -q
%patch0 -p1 -b .maxdel
%patch1 -p0 -b .nohang
%patch2 -p1 -b .ipv6
%build
%configure
make CCOPTFLAGS="$RPM_OPT_FLAGS"
@ -50,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/rsyncd.conf.5*
%changelog
* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
- IPv6 patch (<pekkas@netcore.fi>) (#47780)
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
- add patch to fix hangs at end of sync, and other odd behaviors (#42111)
* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- add xinetd configuration