rpms/rsync/F-11 rsync.spec,1.63,1.64

Ján ONDREJ ondrejj at fedoraproject.org
Thu May 21 13:02:55 UTC 2009


Author: ondrejj

Update of /cvs/pkgs/rpms/rsync/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7335

Modified Files:
	rsync.spec 
Log Message:
Enabled --copy-devices parameter


Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-11/rsync.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- rsync.spec	25 Feb 2009 21:07:19 -0000	1.63
+++ rsync.spec	21 May 2009 13:02:24 -0000	1.64
@@ -1,7 +1,7 @@
 Summary: A program for synchronizing files over a network
 Name: rsync
 Version: 3.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Internet
 URL: http://rsync.samba.org/
 # TAG: for pre versions use
@@ -36,6 +36,9 @@ chmod -x support/*
 patch -p1 -i patches/acls.diff
 patch -p1 -i patches/xattrs.diff
 
+#Enable --copy-devices parameter
+patch -p1 -i patches/copy-devices.diff
+
 %build
 rm -fr autom4te.cache
 autoconf
@@ -63,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Thu May 21 2009 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 3.0.5-2
+- Enabled patches/copy-devices.diff patch (bz#494313)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.5-1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list