rpms/tmpwatch/devel .cvsignore, 1.23, 1.24 sources, 1.24, 1.25 tmpwatch.daily, 1.1, 1.2 tmpwatch.spec, 1.32, 1.33

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Fri Dec 14 15:05:06 UTC 2007


Author: mitr

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

Modified Files:
	.cvsignore sources tmpwatch.daily tmpwatch.spec 
Log Message:
* Fri Dec 14 2007 Miloslav Trmač <mitr at redhat.com> - 2.9.12-1
- Fix --nosymlinks description in the man page
- Use the maximum of atime, mtime and ctime when checking whether a file is
  obsolete
  Resolves: #373301



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	31 Mar 2007 12:31:39 -0000	1.23
+++ .cvsignore	14 Dec 2007 15:04:27 -0000	1.24
@@ -1 +1 @@
-tmpwatch-2.9.11.tar.bz2
+tmpwatch-2.9.12.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	31 Mar 2007 12:31:40 -0000	1.24
+++ sources	14 Dec 2007 15:04:27 -0000	1.25
@@ -1 +1 @@
-4508aaaf26cb3d6c5cb313fb7eb93ce2  tmpwatch-2.9.11.tar.bz2
+76ce5fd301e230d6d39bff38fdd16d7c  tmpwatch-2.9.12.tar.bz2


Index: tmpwatch.daily
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/tmpwatch.daily,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tmpwatch.daily	31 Mar 2007 12:31:40 -0000	1.1
+++ tmpwatch.daily	14 Dec 2007 15:04:27 -0000	1.2
@@ -1,9 +1,10 @@
 #! /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 10d /tmp
-/usr/sbin/tmpwatch 30d /var/tmp
+flags=-amc
+/usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x /tmp/.XIM-unix \
+	-x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix 10d /tmp
+/usr/sbin/tmpwatch "$flags" 30d /var/tmp
 for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
     if [ -d "$d" ]; then
-	/usr/sbin/tmpwatch -f 30d "$d"
+	/usr/sbin/tmpwatch "$flags" -f 30d "$d"
     fi
 done


Index: tmpwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/tmpwatch.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- tmpwatch.spec	16 Oct 2007 16:03:07 -0000	1.32
+++ tmpwatch.spec	14 Dec 2007 15:04:27 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: A utility for removing files based on when they were last accessed
 Name: tmpwatch
-Version: 2.9.11
-Release: 2
+Version: 2.9.12
+Release: 1
 Source0: %{name}-%{version}.tar.bz2
 Source1: tmpwatch.daily
 License: GPL+
@@ -41,6 +41,12 @@
 %config(noreplace) /etc/cron.daily/tmpwatch
 
 %changelog
+* Fri Dec 14 2007 Miloslav Trmač <mitr at redhat.com> - 2.9.12-1
+- Fix --nosymlinks description in the man page
+- Use the maximum of atime, mtime and ctime when checking whether a file is
+  obsolete
+  Resolves: #373301
+
 * Tue Oct 16 2007 Miloslav Trmač <mitr at redhat.com> - 2.9.11-2
 - Update License:
 




More information about the fedora-extras-commits mailing list