From 67d876baa19954f63bba91a2b0a447843d14f2af Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Mon, 6 Dec 2021 16:32:39 +0100 Subject: [PATCH] Reupload sources --- .gitignore | 2 +- sources | 2 +- tmpwatch.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8830c22..9153dcf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 86b68bf..0ba01d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ea7e169296eb1196b80fe05bba1cbd0 tmpwatch-2.11.tar.bz2 +SHA512 (tmpwatch-2.11.tar.bz2) = 9242c5e1812c2ffc756cfc4cdc3023d0c0515e7c180e58ca3a838aa075d09fe4dc08dbc9afbc87ce3382e8aa8cb80a70e406deeab4ce10b39b6845d667989d97 diff --git a/tmpwatch.spec b/tmpwatch.spec index 2b43b0e..d8ad20d 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -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 - 2.11-21 +- Reupload sources + * Fri Jul 23 2021 Fedora Release Engineering - 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 2.8.4-1 - Bump release and rebuild in new environment -* Fri Apr 13 2002 Mike A. Harris 2.8.3-1 +* Sat Apr 13 2002 Mike A. Harris 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)