rpms/tmpwatch/devel tmpwatch.daily,1.2,1.3 tmpwatch.spec,1.33,1.34

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


Author: mitr

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

Modified Files:
	tmpwatch.daily tmpwatch.spec 
Log Message:
* Fri Dec 14 2007 Miloslav Trmač <mitr at redhat.com> - 2.9.12-2
- --atime is -u.  Doh.



Index: tmpwatch.daily
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/tmpwatch.daily,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tmpwatch.daily	14 Dec 2007 15:04:27 -0000	1.2
+++ tmpwatch.daily	14 Dec 2007 15:16:29 -0000	1.3
@@ -1,5 +1,5 @@
 #! /bin/sh
-flags=-amc
+flags=-umc
 /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


Index: tmpwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/devel/tmpwatch.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- tmpwatch.spec	14 Dec 2007 15:04:27 -0000	1.33
+++ tmpwatch.spec	14 Dec 2007 15:16:29 -0000	1.34
@@ -1,7 +1,7 @@
 Summary: A utility for removing files based on when they were last accessed
 Name: tmpwatch
 Version: 2.9.12
-Release: 1
+Release: 2
 Source0: %{name}-%{version}.tar.bz2
 Source1: tmpwatch.daily
 License: GPL+
@@ -41,6 +41,9 @@
 %config(noreplace) /etc/cron.daily/tmpwatch
 
 %changelog
+* Fri Dec 14 2007 Miloslav Trmač <mitr at redhat.com> - 2.9.12-2
+- --atime is -u.  Doh.
+
 * 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




More information about the fedora-extras-commits mailing list