auto-import rsync-2.6.3-0.pre1 from rsync-2.6.3-0.pre1.src.rpm
This commit is contained in:
parent
8f2ab1cce8
commit
6c9c12e21e
@ -1 +1 @@
|
||||
rsync-2.6.2.tar.gz
|
||||
rsync-2.6.3pre1.tar.gz
|
||||
|
20
rsync.spec
20
rsync.spec
@ -1,19 +1,17 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 2.6.2
|
||||
Release: 2
|
||||
Version: 2.6.3
|
||||
Release: 0.pre1
|
||||
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
|
||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre1.tar.gz
|
||||
#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
Source1: rsync.xinetd
|
||||
|
||||
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,10 +23,8 @@ package.
|
||||
|
||||
%prep
|
||||
# TAG: for pre versions use
|
||||
# % setup -q -n %{version}pre-2
|
||||
%setup -q
|
||||
|
||||
%patch1 -p1 -b .lastdir-corruption
|
||||
%setup -q -n rsync-%{version}pre1
|
||||
# % setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -54,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 17 2004 Jay Fenlason <fenlason@redhat.com> 2.6.3-0.pre1
|
||||
- New upstream version with security fix for CAN-2004-0792
|
||||
- This obsoletes the -lastdir-corruption patch.
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user