1
0
forked from rpms/rsync

auto-import rsync-2.6.2-0 from rsync-2.6.2-0.src.rpm

This commit is contained in:
cvsdist 2004-09-09 12:03:29 +00:00
parent f74b1fb2a1
commit 69f21954a3
3 changed files with 27 additions and 6 deletions

View File

@ -1 +1 @@
rsync-2.6.0.tar.gz
rsync-2.6.2.tar.gz

View File

@ -1,13 +1,16 @@
Summary: A program for synchronizing files over a network.
Name: rsync
Version: 2.6.0
Release: 1
Version: 2.6.2
Release: 0
Group: Applications/Internet
# TAG: for pre versions use
#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
Source1: rsync.xinetd
Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
Copyright: GPL
License: GPL
%description
Rsync uses a reliable algorithm to bring remote and host files into
@ -19,8 +22,9 @@ report which describes the rsync algorithm is included in this
package.
%prep
# TAG: for pre versions use
# % setup -q -n %{version}pre-2
%setup -q
%build
%configure
@ -45,6 +49,23 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/rsyncd.conf.5*
%changelog
* Fri Apr 30 2004 Jay Fenlason <fenlason@redhat.com> 2.6.2-0
- New upstream version to correct the problems with 2.6.1.
This obsoletes all the patches to 2.6.1
* Thu Apr 29 2004 Jay Fenlason <fenlason@redhat.com> 2.6.1-1
- Rsync 2.6.1 final.
- Add a patch from Wayne Davison <wayned@samba.org> that fixes a
use of uninitilized memory in the map_uid and map_gid functions.
- Add another patch from Wayne Davidson that fixes the -R option.
- Add a patch (extracted from a patch by Sami Farin
<safari-rsync@safari.iki.fi>) to not ignore the return value
of close().
* Thu Mar 25 2004 Jay Fenlason <fenlason@redhat.com> 2.6.1-0.pre1
- New upstream version
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
3f24bf31aec0a657eb3b6844c3f09f21 rsync-2.6.0.tar.gz
bcacd9a9108a9e4760832212ec3d658d rsync-2.6.2.tar.gz