rpms/openvpn/FC-4 openvpn.spec,1.9,1.10

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Nov 8 15:35:35 UTC 2005


Author: steve

Update of /cvs/extras/rpms/openvpn/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18303

Modified Files:
	openvpn.spec 
Log Message:
Make sample-scripts (etc.) non-executable to avoid some dependencies.


Index: openvpn.spec
===================================================================
RCS file: /cvs/extras/rpms/openvpn/FC-4/openvpn.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openvpn.spec	4 Nov 2005 15:44:24 -0000	1.9
+++ openvpn.spec	8 Nov 2005 15:35:33 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:              openvpn
 Version:           2.0.5
-Release:           1%{?dist}
+Release:           2%{?dist}
 Summary:           A full-featured SSL VPN solution
 URL:               http://openvpn.net/
 Source0:           http://openvpn.net/release/%{name}-%{version}.tar.gz
@@ -42,6 +42,10 @@
 %patch0 -p0
 sed -i -e 's,%{_datadir}/openvpn/plugin,%{_libdir}/openvpn/plugin,' openvpn.8
 
+# %%doc items shouldn't be executable.
+find contrib sample-config-files sample-keys sample-scripts -type f -perm +100 \
+    -exec chmod a-x {} \;
+
 %build
 #  --enable-pthread        Enable pthread support (Experimental for OpenVPN 2.0)
 #  --enable-password-save  Allow --askpass and --auth-user-pass passwords to be
@@ -125,6 +129,9 @@
 %config %dir %{_sysconfdir}/%{name}/
 
 %changelog
+* Tue Nov 08 2005 Steven Pritchard <steve at kspei.com> 2.0.5-2
+- Make sample-scripts (etc.) non-executable to avoid some dependencies
+
 * Fri Nov 04 2005 Steven Pritchard <steve at kspei.com> 2.0.5-1
 - Update to 2.0.5
 




More information about the fedora-extras-commits mailing list