- 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.
This commit is contained in:
Karsten Hopp 2005-01-31 12:50:40 +00:00
parent 024cbe2396
commit d7007651ba

View File

@ -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 <karsten@redhat.de> 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 <karsten@redhat.de> 1.9.1-18
- add support for --protocol-directories option as documented
in the man page (Ville Skyttä, #145571)