rpms/rsync/F-10 rsync.spec,1.62,1.63

Ján ONDREJ ondrejj at fedoraproject.org
Thu May 21 12:51:48 UTC 2009


Author: ondrejj

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

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


Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-10/rsync.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- rsync.spec	1 Jan 2009 19:33:51 -0000	1.62
+++ rsync.spec	21 May 2009 12:51:17 -0000	1.63
@@ -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)
+
 * Thu Jan  1 2009 Simo Sorce <ssorce at redhat.com> 3.0.5-1.fc10
 - New upstream bugfix release
 




More information about the scm-commits mailing list