3.0.1 final and fix for bug #190934
This commit is contained in:
parent
70a657f746
commit
7fee5f5574
@ -1,2 +1,2 @@
|
||||
rsync-3.0.1pre3.tar.gz
|
||||
rsync-patches-3.0.1pre3.tar.gz
|
||||
rsync-3.0.1.tar.gz
|
||||
rsync-patches-3.0.1.tar.gz
|
||||
|
26
rsync.spec
26
rsync.spec
@ -1,13 +1,13 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 3.0.1
|
||||
Release: 0.3.pre3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Internet
|
||||
# TAG: for pre versions use
|
||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz
|
||||
#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz
|
||||
#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
|
||||
#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz
|
||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz
|
||||
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
|
||||
Source2: rsync.xinetd
|
||||
BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel
|
||||
Prefix: %{_prefix}
|
||||
@ -25,10 +25,12 @@ package.
|
||||
|
||||
%prep
|
||||
# TAG: for pre versions use
|
||||
%setup -q -n rsync-%{version}pre3
|
||||
#%setup -q
|
||||
%setup -q -b 1 -n rsync-%{version}pre3
|
||||
#%setup -q -b 1
|
||||
#%setup -q -n rsync-%{version}pre3
|
||||
%setup -q
|
||||
#%setup -q -b 1 -n rsync-%{version}pre3
|
||||
%setup -q -b 1
|
||||
|
||||
chmod +x support/rrsync
|
||||
|
||||
#Needed for compatibility with previous patched rsync versions
|
||||
patch -p1 -i patches/acls.diff
|
||||
@ -54,13 +56,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README tech_report.tex
|
||||
%doc COPYING NEWS OLDNEWS README support/ tech_report.tex
|
||||
%config(noreplace) /etc/xinetd.d/rsync
|
||||
%{_prefix}/bin/rsync
|
||||
%{_mandir}/man1/rsync.1*
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 4 2008 Simo Sorce <ssorce@redhat.com> 3.0.1-1.fc9
|
||||
- Add NEWS and support/ scripts in the docs section
|
||||
- 3.0.1 final
|
||||
|
||||
* Mon Mar 31 2008 Simo Sorce <ssorce@redhat.com> 3.0.1-0.3.pre3.fc9
|
||||
- 3.0.1 pre release #3
|
||||
- Fixes some annoying minor bugs (see release notes)
|
||||
|
Loading…
Reference in New Issue
Block a user