rpms/openvpn/devel openvpn.spec,1.9,1.10

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


Author: steve

Update of /cvs/extras/rpms/openvpn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18200

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/devel/openvpn.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openvpn.spec	4 Nov 2005 02:01:35 -0000	1.9
+++ openvpn.spec	8 Nov 2005 15:26:21 -0000	1.10
@@ -4,7 +4,7 @@
 
 Name:              openvpn
 Version:           2.1
-Release:           0.1%{?prerelease:.%{prerelease}}%{?dist}
+Release:           0.2%{?prerelease:.%{prerelease}}%{?dist}
 Summary:           A full-featured SSL VPN solution
 URL:               http://openvpn.net/
 #Source0:           http://openvpn.net/release/%{name}-%{version}.tar.gz
@@ -45,6 +45,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
@@ -128,6 +132,9 @@
 %config %dir %{_sysconfdir}/%{name}/
 
 %changelog
+* Tue Nov 08 2005 Steven Pritchard <steve at kspei.com> 2.1-0.2.beta6
+- Make sample-scripts (etc.) non-executable to avoid some dependencies
+
 * Wed Nov 02 2005 Steven Pritchard <steve at kspei.com> 2.1-0.1.beta6
 - Update to 2.1_beta6
 




More information about the fedora-extras-commits mailing list