- 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:
parent
024cbe2396
commit
d7007651ba
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.9.1
|
Version: 1.9.1
|
||||||
Release: 18
|
Release: 19
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://wget.sunsite.dk/
|
Url: http://wget.sunsite.dk/
|
||||||
@ -15,6 +15,7 @@ Patch4: wget-1.9.1-rh1.patch
|
|||||||
Patch5: wget-1.9.1-path.patch
|
Patch5: wget-1.9.1-path.patch
|
||||||
Patch6: wget-1.9.1-LFS.patch
|
Patch6: wget-1.9.1-LFS.patch
|
||||||
Patch7: wget-1.9.1-protdir.patch
|
Patch7: wget-1.9.1-protdir.patch
|
||||||
|
Patch8: wget-1.9.1-actime.patch
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
|
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
|
||||||
@ -38,6 +39,7 @@ support for Proxy servers, and configurability.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||||
|
|
||||||
@ -77,6 +79,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 20 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-18
|
||||||
- add support for --protocol-directories option as documented
|
- add support for --protocol-directories option as documented
|
||||||
in the man page (Ville Skyttä, #145571)
|
in the man page (Ville Skyttä, #145571)
|
||||||
|
Loading…
Reference in New Issue
Block a user