forked from rpms/rsync
auto-import rsync-2.6.2-0 from rsync-2.6.2-0.src.rpm
This commit is contained in:
parent
f74b1fb2a1
commit
69f21954a3
@ -1 +1 @@
|
||||
rsync-2.6.0.tar.gz
|
||||
rsync-2.6.2.tar.gz
|
||||
|
29
rsync.spec
29
rsync.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user