1
0
forked from rpms/rsync

- Include the -address patch from upstream, to close

bz#154752 Unable to use --address in client mode
This commit is contained in:
fenlason 2005-05-17 18:06:00 +00:00
parent 3a141f2e95
commit 07f69aa03d

View File

@ -1,13 +1,14 @@
Summary: A program for synchronizing files over a network.
Name: rsync
Version: 2.6.4
Release: 2
Release: 3
Group: Applications/Internet
# 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}.tar.gz
Source1: rsync.xinetd
Patch0: rsync-2.6.4-xattr.patch
Patch1: rsync-2.6.4-address.patch
Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
@ -28,6 +29,7 @@ package.
%setup -q
patch -p0 < patches/acls.diff
%patch0 -p1 -b .xattr
%patch1 -p1 -b .addr
%build
rm -fr autom4te.cache
@ -57,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/rsyncd.conf.5*
%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
- New upstream version