3.0.1 final and fix for bug #190934

This commit is contained in:
Simo Sorce 2008-04-04 13:28:28 +00:00
parent 70a657f746
commit 7fee5f5574
3 changed files with 20 additions and 14 deletions

View File

@ -1,2 +1,2 @@
rsync-3.0.1pre3.tar.gz rsync-3.0.1.tar.gz
rsync-patches-3.0.1pre3.tar.gz rsync-patches-3.0.1.tar.gz

View File

@ -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.1 Version: 3.0.1
Release: 0.3.pre3%{?dist} Release: 1%{?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}pre3.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 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}pre3.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,12 @@ package.
%prep %prep
# TAG: for pre versions use # TAG: for pre versions use
%setup -q -n rsync-%{version}pre3 #%setup -q -n rsync-%{version}pre3
#%setup -q %setup -q
%setup -q -b 1 -n rsync-%{version}pre3 #%setup -q -b 1 -n rsync-%{version}pre3
#%setup -q -b 1 %setup -q -b 1
chmod +x support/rrsync
#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
@ -54,13 +56,17 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING README tech_report.tex %doc COPYING NEWS OLDNEWS README support/ tech_report.tex
%config(noreplace) /etc/xinetd.d/rsync %config(noreplace) /etc/xinetd.d/rsync
%{_prefix}/bin/rsync %{_prefix}/bin/rsync
%{_mandir}/man1/rsync.1* %{_mandir}/man1/rsync.1*
%{_mandir}/man5/rsyncd.conf.5* %{_mandir}/man5/rsyncd.conf.5*
%changelog %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 * Mon Mar 31 2008 Simo Sorce <ssorce@redhat.com> 3.0.1-0.3.pre3.fc9
- 3.0.1 pre release #3 - 3.0.1 pre release #3
- Fixes some annoying minor bugs (see release notes) - Fixes some annoying minor bugs (see release notes)

View File

@ -1,2 +1,2 @@
16b0efdc78fa08c65053b4c9a122d91c rsync-3.0.1pre3.tar.gz 61516520617e590a5f2af1dec5cab779 rsync-3.0.1.tar.gz
7703cafda1f2f6724d42b25322df38cb rsync-patches-3.0.1pre3.tar.gz 044e4bf246daae91e45117187b2a7422 rsync-patches-3.0.1.tar.gz