rpms/cups/devel cups.spec,1.393,1.394

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Feb 26 14:57:21 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7805

Modified Files:
	cups.spec 
Log Message:
* Tue Feb 26 2008 Tim Waugh <twaugh at redhat.com> 1:1.3.6-3
- Set MaxLogSize to 0 to prevent log rotation.  Upstream default is 1Mb, but
  we want logrotate to be in charge.



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -r1.393 -r1.394
--- cups.spec	23 Feb 2008 12:21:04 -0000	1.393
+++ cups.spec	26 Feb 2008 14:56:43 -0000	1.394
@@ -6,7 +6,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.3.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}-source.tar.bz2
@@ -168,7 +168,7 @@
 %patch100 -p1 -b .lspp
 %endif
 
-perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
+sed -i -e '1iMaxLogSize 0' conf/cupsd.conf.in
 autoconf
 
 cp %{SOURCE5} cups-lpd.real
@@ -457,6 +457,10 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Tue Feb 26 2008 Tim Waugh <twaugh at redhat.com> 1:1.3.6-3
+- Set MaxLogSize to 0 to prevent log rotation.  Upstream default is 1Mb, but
+  we want logrotate to be in charge.
+
 * Sat Feb 23 2008 Tim Waugh <twaugh at redhat.com> 1:1.3.6-2
 - Fix encoding of job-sheets option (bug #433753, STR #2715).
 




More information about the fedora-extras-commits mailing list