rpms/logrotate/devel logrotate.spec,1.54,1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 10 14:07:29 UTC 2007


Author: pvrabec

Update of /cvs/dist/rpms/logrotate/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15092

Modified Files:
	logrotate.spec 
Log Message:
fix some rpmlint issues



Index: logrotate.spec
===================================================================
RCS file: /cvs/dist/rpms/logrotate/devel/logrotate.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- logrotate.spec	9 Jan 2007 09:47:04 -0000	1.54
+++ logrotate.spec	10 Jan 2007 14:07:27 -0000	1.55
@@ -1,7 +1,7 @@
-Summary: Rotates, compresses, removes and mails system log files.
+Summary: Rotates, compresses, removes and mails system log files
 Name: logrotate
 Version: 3.7.4
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: logrotate-%{PACKAGE_VERSION}.tar.gz
@@ -25,7 +25,7 @@
 log files on your system.
 
 %prep
-%setup
+%setup -q
 %patch1 -p1 -b .rhat
 %patch2 -p1 -b .fdLeak
 %patch3 -p1 -b .sizeOption
@@ -60,6 +60,9 @@
 %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
 
 %changelog
+* Wed Jan 10 2007 Peter Vrabec <pvrabec at redhat.com> 3.7.4-10
+- fix some rpmlint issues
+
 * Tue Jan 09 2007 Peter Vrabec <pvrabec at redhat.com> 3.7.4-9
 - allow multibyte characters in readPath() (#122145)
 
@@ -243,7 +246,7 @@
 - Apply various bugfix patches from the openwall people
 
 * Tue Jan 29 2002 Elliot Lee <sopwith at redhat.com> 3.6.2-1
-- Fix bug #55809 (include logrotate.status in %files)
+- Fix bug #55809 (include logrotate.status in "files")
 - Fix bug #58328 (incorrect error detection when reading state file)
 - Allow 'G' size specifier from bug #57242
 




More information about the fedora-cvs-commits mailing list