rpms/pam_usb/devel pam_usb.spec,1.3,1.4

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Tue Aug 1 10:56:08 UTC 2006


Author: buc

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

Modified Files:
	pam_usb.spec 
Log Message:



Index: pam_usb.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_usb/devel/pam_usb.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pam_usb.spec	15 Feb 2006 12:23:19 -0000	1.3
+++ pam_usb.spec	1 Aug 2006 10:56:07 -0000	1.4
@@ -1,7 +1,7 @@
 Name:	pam_usb
 Summary: PAM module for use with DSA key pairs and removable devices
 Version: 0.3.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: System Environment/Base
 URL:  http://www.pamusb.org
@@ -45,12 +45,12 @@
 %setup -q
 %patch0 -p1
 
-cp -p %{SOURCE1} quickstart.html
-cp -p %{SOURCE2} options.html
+install -p -m644 %{SOURCE1} quickstart.html
+install -p -m644 %{SOURCE2} options.html
 
 mkdir pam.d-examples
-cp -p %{SOURCE4} pam.d-examples/login
-cp -p %{SOURCE5} pam.d-examples/gdm
+install -p -m644 %{SOURCE4} pam.d-examples/login
+install -p -m644 %{SOURCE5} pam.d-examples/gdm
 
 
 %build
@@ -97,6 +97,9 @@
 
 
 %changelog
+* Tue Aug  1 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.3.3-5
+- avoid world-writable docs (#200840)
+
 * Wed Feb 15 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.3.3-4
 - rebuild for FC5
 




More information about the fedora-extras-commits mailing list