rpms/cups/devel cups.spec, 1.173, 1.174 cups-logfileperm.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 26 12:25:50 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10628

Modified Files:
	cups.spec 
Removed Files:
	cups-logfileperm.patch 
Log Message:
- Use configure switch for LogFilePerm default instead of patch.


Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- cups.spec	26 Apr 2006 12:14:03 -0000	1.173
+++ cups.spec	26 Apr 2006 12:25:47 -0000	1.174
@@ -29,7 +29,6 @@
 Patch5: cups-ext.patch
 Patch6: cups-includeifexists.patch
 Patch7: cups-banners.patch
-Patch8: cups-logfileperm.patch
 Patch9: cups-1.1.17-rcp.patch
 Patch10: cups-1.1.17-ppdsdat.patch
 Patch12: cups-locale.patch
@@ -117,7 +116,6 @@
 %patch5 -p1 -b .ext
 %patch6 -p1 -b .includeifexists
 %patch7 -p1 -b .banners
-%patch8 -p1 -b .logfileperm
 %patch9 -p1 -b .rcp
 %patch10 -p1 -b .ppdsdat
 %patch12 -p1 -b .locale
@@ -147,7 +145,8 @@
 %build
 export CFLAGS="-DLDAP_DEPRECATED=1"
 %configure --with-docdir=%{_docdir}/cups-%{version} \
-	--with-optim="$RPM_OPT_FLAGS $CFLAGS -fstack-protector-all"
+	--with-optim="$RPM_OPT_FLAGS $CFLAGS -fstack-protector-all" \
+	--with-log-file-perm=0700
 
 # If we got this far, all prerequisite libraries must be here.
 make
@@ -389,6 +388,7 @@
 %changelog
 * Wed Apr 26 2006 Tim Waugh <twaugh at redhat.com>
 - No longer need backend patch.
+- Use configure switch for LogFilePerm default instead of patch.
 
 * Tue Apr 25 2006 Tim Waugh <twaugh at redhat.com>
 - Own /var/run/cups (bug #189561).


--- cups-logfileperm.patch DELETED ---




More information about the fedora-cvs-commits mailing list