Upgrade to 2.6.4
This commit is contained in:
parent
5200c9ba50
commit
3a141f2e95
@ -1 +1 @@
|
|||||||
rsync-2.6.3.tar.gz
|
rsync-2.6.4.tar.gz
|
||||||
|
10
rsync.spec
10
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: 2.6.3
|
Version: 2.6.4
|
||||||
Release: 3
|
Release: 2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
# TAG: for pre versions use
|
# TAG: for pre versions use
|
||||||
# Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
|
# Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
|
||||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||||
Source1: rsync.xinetd
|
Source1: rsync.xinetd
|
||||||
Patch0: rsync-2.6.3-xattr.patch
|
Patch0: rsync-2.6.4-xattr.patch
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: /var/tmp/%{name}-root
|
BuildRoot: /var/tmp/%{name}-root
|
||||||
@ -26,6 +26,7 @@ package.
|
|||||||
# TAG: for pre versions use
|
# TAG: for pre versions use
|
||||||
# % setup -q -n rsync-%{version}pre2
|
# % setup -q -n rsync-%{version}pre2
|
||||||
%setup -q
|
%setup -q
|
||||||
|
patch -p0 < patches/acls.diff
|
||||||
%patch0 -p1 -b .xattr
|
%patch0 -p1 -b .xattr
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -56,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/rsyncd.conf.5*
|
%{_mandir}/man5/rsyncd.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 31 2005 Jay Fenlason <fenlason@redhat.com> 2.6.4-2
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Wed Mar 2 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-3
|
* Wed Mar 2 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-3
|
||||||
- bump release, rebuild with gcc4
|
- bump release, rebuild with gcc4
|
||||||
- pass RPM_OPT_FLAGS to make
|
- pass RPM_OPT_FLAGS to make
|
||||||
|
Loading…
Reference in New Issue
Block a user