|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Summary: A utility for removing files based on when they were last accessed
|
|
|
|
|
Name: tmpwatch
|
|
|
|
|
Version: 2.11
|
|
|
|
|
Release: 20%{?dist}
|
|
|
|
|
URL: https://fedorahosted.org/tmpwatch/
|
|
|
|
|
Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2
|
|
|
|
|
License: GPLv2
|
|
|
|
|
Release: 28%{?dist}
|
|
|
|
|
URL: https://pagure.io/%{name}
|
|
|
|
|
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
License: GPL-2.0-only
|
|
|
|
|
Requires: psmisc
|
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
# configure is looking for /sbin/fuser
|
|
|
|
@ -42,12 +42,36 @@ ln -s $(echo %{_bindir} |sed 's,/[^/]\+,/..,g; s,^/,,')%{_sbindir}/tmpwatch \
|
|
|
|
|
%{_mandir}/man8/tmpwatch.8*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.11-20
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.11-28
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.11-19
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.11-27
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-26
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-22
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Sun Jun 13 2021 Georg Sauthoff <fedora@gms.tf> - 2.11-19
|
|
|
|
|
- Update project and source urls (fixes fedora#1843843)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -274,7 +298,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)
|
|
|
|
|
|
|
|
|
|