Fix example executable to not generate dependencies
This commit is contained in:
parent
7fee5f5574
commit
67362e2c3e
@ -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 @@ package.
|
||||
#%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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 4 2008 Simo Sorce <ssorce@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@redhat.com> 3.0.1-1.fc9
|
||||
- Add NEWS and support/ scripts in the docs section
|
||||
- 3.0.1 final
|
||||
|
Loading…
Reference in New Issue
Block a user