rpms/rsync/devel rsync.spec,1.64,1.65

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


Author: ondrejj

Update of /cvs/pkgs/rpms/rsync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8290

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


Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/rsync.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- rsync.spec	15 Apr 2009 18:25:31 -0000	1.64
+++ rsync.spec	21 May 2009 13:05:12 -0000	1.65
@@ -7,7 +7,7 @@
 Summary: A program for synchronizing files over a network
 Name: rsync
 Version: 3.0.6
-Release: 0%{?prerelease}%{?dist}
+Release: 1%{?prerelease}%{?dist}
 Group: Applications/Internet
 URL: http://rsync.samba.org/
 
@@ -44,6 +44,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
@@ -71,6 +74,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.6-1pre1
+- Enabled patches/copy-devices.diff patch (bz#494313)
+
 * Wed Apr 15 2009 Simo Sorce <ssorce at redhat.com> 3.0.6-0pre1
 - First 3.0.6 pre release
 - Also change the spec to simplify releasing pre-releases




More information about the fedora-extras-commits mailing list