Reupload sources
This commit is contained in:
parent
8a0c07368b
commit
67d876baa1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
tmpwatch-2.10.tar.bz2
|
||||
/tmpwatch-2.10.tar.bz2
|
||||
/tmpwatch-2.10.2.tar.bz2
|
||||
/tmpwatch-2.10.3.tar.bz2
|
||||
/tmpwatch-2.11.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
9ea7e169296eb1196b80fe05bba1cbd0 tmpwatch-2.11.tar.bz2
|
||||
SHA512 (tmpwatch-2.11.tar.bz2) = 9242c5e1812c2ffc756cfc4cdc3023d0c0515e7c180e58ca3a838aa075d09fe4dc08dbc9afbc87ce3382e8aa8cb80a70e406deeab4ce10b39b6845d667989d97
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Summary: A utility for removing files based on when they were last accessed
|
||||
Name: tmpwatch
|
||||
Version: 2.11
|
||||
Release: 20%{?dist}
|
||||
URL: https://pagure.io/tmpwatch
|
||||
Source0: https://pagure.io/tmpwatch/archive/tmpwatch-%{version}/tmpwatch-tmpwatch-%{version}.tar.gz
|
||||
Release: 21%{?dist}
|
||||
URL: https://pagure.io/%{name}
|
||||
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
|
||||
License: GPLv2
|
||||
Requires: psmisc
|
||||
Provides: bundled(gnulib)
|
||||
@ -42,6 +42,9 @@ ln -s $(echo %{_bindir} |sed 's,/[^/]\+,/..,g; s,^/,,')%{_sbindir}/tmpwatch \
|
||||
%{_mandir}/man8/tmpwatch.8*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 06 2021 Jiri Kucera <jkucera@redhat.com> - 2.11-21
|
||||
- Reupload sources
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
@ -273,7 +276,7 @@ ln -s $(echo %{_bindir} |sed 's,/[^/]\+,/..,g; s,^/,,')%{_sbindir}/tmpwatch \
|
||||
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 2.8.4-1
|
||||
- Bump release and rebuild in new environment
|
||||
|
||||
* Fri Apr 13 2002 Mike A. Harris <mharris@redhat.com> 2.8.3-1
|
||||
* Sat Apr 13 2002 Mike A. Harris <mharris@redhat.com> 2.8.3-1
|
||||
- Added support for large files with 64bit offsets by adding to CFLAGS
|
||||
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 bug (#56961)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user