rpms/pure-ftpd/devel pure-ftpd.spec,1.11,1.12

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Fri Aug 4 19:22:29 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/pure-ftpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25409/devel

Modified Files:
	pure-ftpd.spec 
Log Message:
fix bug 200844


Index: pure-ftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pure-ftpd.spec	16 Jun 2006 05:25:34 -0000	1.11
+++ pure-ftpd.spec	4 Aug 2006 19:22:29 -0000	1.12
@@ -1,6 +1,6 @@
 Name:       pure-ftpd
 Version:    1.0.21
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    Lightweight, fast and secure FTP server
 
 Group:      System Environment/Daemons
@@ -68,7 +68,7 @@
 %setup -q
 %patch0 -p0 -b .config
 %patch1 -p0 -b .libdir
-cp -p %{SOURCE6} README.SELinux
+install -pm 644 %{SOURCE6} README.SELinux
 mkdir selinux
 cp -p %{SOURCE7} selinux/pureftpd.te
 
@@ -239,6 +239,10 @@
 
 
 %changelog
+* Fri Aug 04 2006 Aurelien Bompard <abompard at fedoraproject.org> 1.0.21-7
+- install README.SELinux with perms 644 to avoid depending on the
+  buildsys' umask (bug 200844)
+
 * Fri Jun 16 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0.21-6
 - add missing m4 BuildRequires
 




More information about the scm-commits mailing list