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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 5 00:54:37 UTC 2006


Author: steve

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

Modified Files:
	openvpn.spec 
Log Message:
Man page shouldn't be executable (BZ#176953)


Index: openvpn.spec
===================================================================
RCS file: /cvs/extras/rpms/openvpn/FC-3/openvpn.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openvpn.spec	8 Nov 2005 15:34:56 -0000	1.9
+++ openvpn.spec	5 Jan 2006 00:54:37 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:              openvpn
 Version:           2.0.5
-Release:           2%{?dist}
+Release:           3%{?dist}
 Summary:           A full-featured SSL VPN solution
 URL:               http://openvpn.net/
 Source0:           http://openvpn.net/release/%{name}-%{version}.tar.gz
@@ -72,7 +72,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -D -m 0755 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
+install -D -m 0644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
 install -D -m 0755 %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
 install -D -m 0755 sample-scripts/%{name}.init \
     $RPM_BUILD_ROOT%{_initrddir}/%{name}
@@ -129,6 +129,9 @@
 %config %dir %{_sysconfdir}/%{name}/
 
 %changelog
+* Wed Jan 04 2006 Steven Pritchard <steve at kspei.com> 2.0.5-3
+- Man page shouldn't be executable (BZ#176953)
+
 * Tue Nov 08 2005 Steven Pritchard <steve at kspei.com> 2.0.5-2
 - Make sample-scripts (etc.) non-executable to avoid some dependencies
 




More information about the fedora-extras-commits mailing list