From d7007651ba70fef840bbde40d15827393dd152bf Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jan 31 2005 12:50:40 +0000 Subject: - Don't set actime to access time of the remote file or tmpwatch might remove the file again (#146440). Set it to the current time instead. timestamping checks only modtime, so this should be ok. --- diff --git a/wget.spec b/wget.spec index 5bc25d1..2f2b879 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.9.1 -Release: 18 +Release: 19 License: GPL Group: Applications/Internet Url: http://wget.sunsite.dk/ @@ -15,6 +15,7 @@ Patch4: wget-1.9.1-rh1.patch Patch5: wget-1.9.1-path.patch Patch6: wget-1.9.1-LFS.patch Patch7: wget-1.9.1-protdir.patch +Patch8: wget-1.9.1-actime.patch Provides: webclient Prereq: /sbin/install-info BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf @@ -38,6 +39,7 @@ support for Proxy servers, and configurability. %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po @@ -77,6 +79,11 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Mon Jan 31 2005 Karsten Hopp 1.9.1-19 +- Don't set actime to access time of the remote file or tmpwatch might + remove the file again (#146440). Set it to the current time instead. + timestamping checks only modtime, so this should be ok. + * Thu Jan 20 2005 Karsten Hopp 1.9.1-18 - add support for --protocol-directories option as documented in the man page (Ville Skytt�, #145571)