rpms/tmpwatch/devel .cvsignore, 1.19, 1.20 sources, 1.20, 1.21 tmpwatch.spec, 1.27, 1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 1 21:37:19 UTC 2006


Author: mitr

Update of /cvs/dist/rpms/tmpwatch/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29676

Modified Files:
	.cvsignore sources tmpwatch.spec 
Log Message:
* Wed Nov  1 2006 Miloslav Trmac <mitr at redhat.com> - 2.9.8-1
- Add optional unit suffix to the "hours" (now "time") parameter (original
  patch by Alan J Rosenthal <flaps at dgp.toronto.edu>)
- Fix some format string vs. arguments mismatches
- Fix some rpmlint warnings



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/tmpwatch/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	6 May 2006 18:56:54 -0000	1.19
+++ .cvsignore	1 Nov 2006 21:37:16 -0000	1.20
@@ -1 +1 @@
-tmpwatch-2.9.7.tar.gz
+tmpwatch-2.9.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/tmpwatch/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	6 May 2006 18:56:54 -0000	1.20
+++ sources	1 Nov 2006 21:37:16 -0000	1.21
@@ -1 +1 @@
-25a4b60610fbbd8e8b3b7b741ddb90aa  tmpwatch-2.9.7.tar.gz
+04b7a31065d067ffb05b371afe123967  tmpwatch-2.9.8.tar.gz


Index: tmpwatch.spec
===================================================================
RCS file: /cvs/dist/rpms/tmpwatch/devel/tmpwatch.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- tmpwatch.spec	12 Jul 2006 08:29:24 -0000	1.27
+++ tmpwatch.spec	1 Nov 2006 21:37:16 -0000	1.28
@@ -1,7 +1,7 @@
-Summary: A utility for removing files based on when they were last accessed.
+Summary: A utility for removing files based on when they were last accessed
 Name: tmpwatch
-Version: 2.9.7
-Release: 1.1
+Version: 2.9.8
+Release: 1
 Source: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Base
@@ -28,12 +28,13 @@
 
 mkdir -p %{buildroot}/etc/cron.daily
 cat > %{buildroot}/etc/cron.daily/tmpwatch <<\EOF
+#! /bin/sh
 /usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix \
-	-x /tmp/.ICE-unix -x /tmp/.Test-unix 240 /tmp
-/usr/sbin/tmpwatch 720 /var/tmp
+	-x /tmp/.ICE-unix -x /tmp/.Test-unix 10d /tmp
+/usr/sbin/tmpwatch 30d /var/tmp
 for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
     if [ -d "$d" ]; then
-	/usr/sbin/tmpwatch -f 720 "$d"
+	/usr/sbin/tmpwatch -f 30d "$d"
     fi
 done
 EOF
@@ -49,6 +50,12 @@
 %config(noreplace) /etc/cron.daily/tmpwatch
 
 %changelog
+* Wed Nov  1 2006 Miloslav Trmac <mitr at redhat.com> - 2.9.8-1
+- Add optional unit suffix to the "hours" (now "time") parameter (original
+  patch by Alan J Rosenthal <flaps at dgp.toronto.edu>)
+- Fix some format string vs. arguments mismatches
+- Fix some rpmlint warnings
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.9.7-1.1
 - rebuild
 
@@ -228,7 +235,7 @@
 
 * Wed Oct 22 1997 Erik Troan <ewt at redhat.com>
 - added man page to package
-- uses a buildroot and %attr
+- uses a buildroot and %%attr
 - fixed error message generation for directories
 - fixed flag propagation
 




More information about the fedora-cvs-commits mailing list