* Tue Mar 25 2008 Simo Sorce <ssorce@redhat.com> 3.0.1-0.1.pre1.fc9
- 3.0.1 pre release #1 - Fixes #438694
This commit is contained in:
parent
4bed6d2ad9
commit
e830c4dcfc
@ -1,2 +1,2 @@
|
|||||||
rsync-3.0.0.tar.gz
|
rsync-3.0.1pre1.tar.gz
|
||||||
rsync-patches-3.0.0.tar.gz
|
rsync-patches-3.0.1pre1.tar.gz
|
||||||
|
24
rsync.spec
24
rsync.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: A program for synchronizing files over a network.
|
Summary: A program for synchronizing files over a network.
|
||||||
Name: rsync
|
Name: rsync
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 1%{?dist}
|
Release: 0.1.pre1%{?dist}
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
# TAG: for pre versions use
|
# TAG: for pre versions use
|
||||||
#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre10.tar.gz
|
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre1.tar.gz
|
||||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||||
#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre10.tar.gz
|
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre1.tar.gz
|
||||||
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
|
#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
|
||||||
Source2: rsync.xinetd
|
Source2: rsync.xinetd
|
||||||
BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel
|
BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
@ -25,10 +25,10 @@ package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
# TAG: for pre versions use
|
# TAG: for pre versions use
|
||||||
#%setup -q -n rsync-%{version}pre10
|
%setup -q -n rsync-%{version}pre1
|
||||||
%setup -q
|
#%setup -q
|
||||||
#%setup -q -b 1 -n rsync-%{version}pre10
|
%setup -q -b 1 -n rsync-%{version}pre1
|
||||||
%setup -q -b 1
|
#%setup -q -b 1
|
||||||
|
|
||||||
#Needed for compatibility with previous patched rsync versions
|
#Needed for compatibility with previous patched rsync versions
|
||||||
patch -p1 -i patches/acls.diff
|
patch -p1 -i patches/acls.diff
|
||||||
@ -61,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/rsyncd.conf.5*
|
%{_mandir}/man5/rsyncd.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 25 2008 Simo Sorce <ssorce@redhat.com> 3.0.1-0.1.pre1.fc9
|
||||||
|
- 3.0.1 pre release #1
|
||||||
|
- Fixes #438694
|
||||||
|
|
||||||
* Sun Mar 2 2008 Simo Sorce <ssorce@redhat.com> 3.0.0-1.fc9
|
* Sun Mar 2 2008 Simo Sorce <ssorce@redhat.com> 3.0.0-1.fc9
|
||||||
- Final 3.0.0 release
|
- Final 3.0.0 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user