rpms/rsync/devel rsync.spec,1.56,1.57

Simo Sorce (simo) fedora-extras-commits at redhat.com
Fri Apr 4 21:11:20 UTC 2008


Author: simo

Update of /cvs/pkgs/rpms/rsync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31930

Modified Files:
	rsync.spec 
Log Message:
Fix example executable to not generate dependencies



Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/rsync.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- rsync.spec	4 Apr 2008 13:28:28 -0000	1.56
+++ rsync.spec	4 Apr 2008 21:10:36 -0000	1.57
@@ -1,7 +1,7 @@
 Summary: A program for synchronizing files over a network.
 Name: rsync
 Version: 3.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Internet
 # TAG: for pre versions use
 #Source0:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz
@@ -30,7 +30,7 @@
 #%setup -q -b 1 -n rsync-%{version}pre3
 %setup -q -b 1
 
-chmod +x support/rrsync
+chmod -x support/*
 
 #Needed for compatibility with previous patched rsync versions
 patch -p1 -i patches/acls.diff
@@ -63,6 +63,10 @@
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Fri Apr  4 2008 Simo Sorce <ssorce at redhat.com> 3.0.1-2.fc9
+- Make sure support scripts are not executable so that no bad perl dependecies
+  are created
+
 * Fri Apr  4 2008 Simo Sorce <ssorce at redhat.com> 3.0.1-1.fc9
 - Add NEWS and support/ scripts in the docs section
 - 3.0.1 final




More information about the fedora-extras-commits mailing list