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

This commit is contained in:
cvsdist 2004-09-09 12:03:41 +00:00
parent 69f21954a3
commit 08e989e3e3

View File

@ -1,7 +1,7 @@
Summary: A program for synchronizing files over a network.
Name: rsync
Version: 2.6.2
Release: 0
Release: 1
Group: Applications/Internet
# TAG: for pre versions use
#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz
@ -12,6 +12,8 @@ Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
License: GPL
Patch1: rsync-2.6.2-lastdir-corruption.patch
%description
Rsync uses a reliable algorithm to bring remote and host files into
sync very quickly. Rsync is fast because it just sends the differences
@ -25,6 +27,9 @@ package.
# TAG: for pre versions use
# % setup -q -n %{version}pre-2
%setup -q
%patch1 -p1 -b .lastdir-corruption
%build
%configure
@ -49,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/rsyncd.conf.5*
%changelog
* Tue May 25 2004 Mark McLoughlin <markmc@redhat.com> - 2.6.2-1
- Backport fix for crasher when passing multiple directories of the same
length (bug #123708)
* Fri Apr 30 2004 Jay Fenlason <fenlason@redhat.com> 2.6.2-0
- New upstream version to correct the problems with 2.6.1.