Compare commits
No commits in common. "c9s" and "c8" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
|||||||
tmpwatch-2.10.tar.bz2
|
SOURCES/tmpwatch-2.11.tar.bz2
|
||||||
/tmpwatch-2.10.2.tar.bz2
|
|
||||||
/tmpwatch-2.10.3.tar.bz2
|
|
||||||
/tmpwatch-2.11.tar.bz2
|
|
||||||
|
1
.tmpwatch.metadata
Normal file
1
.tmpwatch.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
c578dd98e5ea64ad987a95ae55926685a0df0659 SOURCES/tmpwatch-2.11.tar.bz2
|
@ -1,15 +1,14 @@
|
|||||||
Summary: A utility for removing files based on when they were last accessed
|
Summary: A utility for removing files based on when they were last accessed
|
||||||
Name: tmpwatch
|
Name: tmpwatch
|
||||||
Version: 2.11
|
Version: 2.11
|
||||||
Release: 20%{?dist}
|
Release: 14%{?dist}
|
||||||
URL: https://fedorahosted.org/tmpwatch/
|
URL: https://pagure.io/%{name}/
|
||||||
Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2
|
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
Group: System Environment/Base
|
||||||
Requires: psmisc
|
Requires: psmisc
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
# configure is looking for /sbin/fuser
|
# configure is looking for /sbin/fuser
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: psmisc
|
BuildRequires: psmisc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,30 +41,12 @@ ln -s $(echo %{_bindir} |sed 's,/[^/]\+,/..,g; s,^/,,')%{_sbindir}/tmpwatch \
|
|||||||
%{_mandir}/man8/tmpwatch.8*
|
%{_mandir}/man8/tmpwatch.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.11-20
|
* Thu Aug 09 2018 Jiri Kucera <jkucera@redhat.com> - 2.11-14
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Fixed bogus date in %%changelog
|
||||||
Related: rhbz#1991688
|
Resolves: #1614366
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.11-19
|
* Tue Jul 31 2018 Jiri Kucera <jkucera@redhat.com> - 2.11-13
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Fix incorrect URL and Source
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-18
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-16
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-12
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
@ -274,7 +255,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
|
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 2.8.4-1
|
||||||
- Bump release and rebuild in new environment
|
- 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
|
- Added support for large files with 64bit offsets by adding to CFLAGS
|
||||||
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 bug (#56961)
|
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 bug (#56961)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user