- Include the -address patch from upstream, to close
bz#154752 Unable to use --address in client mode
This commit is contained in:
parent
3a141f2e95
commit
07f69aa03d
@ -1,13 +1,14 @@
|
|||||||
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.4
|
Version: 2.6.4
|
||||||
Release: 2
|
Release: 3
|
||||||
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.4-xattr.patch
|
Patch0: rsync-2.6.4-xattr.patch
|
||||||
|
Patch1: rsync-2.6.4-address.patch
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: /var/tmp/%{name}-root
|
BuildRoot: /var/tmp/%{name}-root
|
||||||
@ -28,6 +29,7 @@ package.
|
|||||||
%setup -q
|
%setup -q
|
||||||
patch -p0 < patches/acls.diff
|
patch -p0 < patches/acls.diff
|
||||||
%patch0 -p1 -b .xattr
|
%patch0 -p1 -b .xattr
|
||||||
|
%patch1 -p1 -b .addr
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm -fr autom4te.cache
|
rm -fr autom4te.cache
|
||||||
@ -57,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/rsyncd.conf.5*
|
%{_mandir}/man5/rsyncd.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 17 2005 Jay Fenlason <fenlason@redhat.com> 2.6.4-3
|
||||||
|
- Include the -address patch from upstream, to close
|
||||||
|
bz#154752 Unable to use --address in client mode
|
||||||
|
|
||||||
* Thu Mar 31 2005 Jay Fenlason <fenlason@redhat.com> 2.6.4-2
|
* Thu Mar 31 2005 Jay Fenlason <fenlason@redhat.com> 2.6.4-2
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user