rpms/tmpwatch/F-12 .cvsignore, 1.27, 1.28 sources, 1.28, 1.29 tmpwatch.daily, 1.3, 1.4 tmpwatch.spec, 1.41, 1.42

Miloslav Trmac mitr at fedoraproject.org
Thu Oct 15 15:02:13 UTC 2009


Author: mitr

Update of /cvs/pkgs/rpms/tmpwatch/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28493

Modified Files:
	.cvsignore sources tmpwatch.daily tmpwatch.spec 
Log Message:
* Thu Oct 15 2009 Miloslav Trmač <mitr at redhat.com> - 2.9.16-1
- Update to tmpwatch-2.9.16.
- Exclude /tmp/hsperfdata_*.
  Resolves: #527425
- Preserve timestamps where possible.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-12/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore	22 May 2009 11:39:25 -0000	1.27
+++ .cvsignore	15 Oct 2009 15:02:13 -0000	1.28
@@ -1 +1 @@
-tmpwatch-2.9.15.tar.bz2
+tmpwatch-2.9.16.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-12/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	22 May 2009 11:39:25 -0000	1.28
+++ sources	15 Oct 2009 15:02:13 -0000	1.29
@@ -1 +1 @@
-41ffc6789ffdbf0e35da1ffb655276d1  tmpwatch-2.9.15.tar.bz2
+40eee5c3e3f352c30e532ffc1f0af3a8  tmpwatch-2.9.16.tar.bz2


Index: tmpwatch.daily
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-12/tmpwatch.daily,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- tmpwatch.daily	14 Dec 2007 15:16:29 -0000	1.3
+++ tmpwatch.daily	15 Oct 2009 15:02:13 -0000	1.4
@@ -1,7 +1,8 @@
 #! /bin/sh
 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
+	-x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix \
+	-X '/tmp/hsperfdata_*' 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


Index: tmpwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tmpwatch/F-12/tmpwatch.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- tmpwatch.spec	27 Jul 2009 06:03:41 -0000	1.41
+++ tmpwatch.spec	15 Oct 2009 15:02:13 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: A utility for removing files based on when they were last accessed
 Name: tmpwatch
-Version: 2.9.15
-Release: 2
+Version: 2.9.16
+Release: 1%{?dist}
 URL: https://fedorahosted.org/tmpwatch/
 Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2
 Source1: tmpwatch.daily
@@ -26,7 +26,8 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} install
+make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} \
+	INSTALL='install -p' install
 
 mkdir -p %{buildroot}%{_bindir}
 # The $(...) computes /usr/bin => ../../
@@ -34,7 +35,7 @@ ln -s $(echo %{_bindir} |sed 's,/[^/]\+,
    %{buildroot}%{_bindir}/tmpwatch
 
 mkdir -p %{buildroot}/etc/cron.daily
-cp %{SOURCE1} %{buildroot}/etc/cron.daily/tmpwatch
+install -p %{SOURCE1} %{buildroot}/etc/cron.daily/tmpwatch
 chmod +x %{buildroot}/etc/cron.daily/tmpwatch
 
 %clean
@@ -49,6 +50,12 @@ rm -rf %{buildroot}
 %config(noreplace) /etc/cron.daily/tmpwatch
 
 %changelog
+* Thu Oct 15 2009 Miloslav Trmač <mitr at redhat.com> - 2.9.16-1
+- Update to tmpwatch-2.9.16.
+- Exclude /tmp/hsperfdata_*.
+  Resolves: #527425
+- Preserve timestamps where possible.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list