From 10ed6cdc04fa5200fb710194886c9b2ba3849c9e Mon Sep 17 00:00:00 2001 From: chen_jan Date: Fri, 23 Jul 2021 02:50:03 +0000 Subject: [PATCH] tmpwatch: Del useless buildrequire gdb --- tmpwatch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tmpwatch.spec b/tmpwatch.spec index a44d5bf..623ac45 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -1,13 +1,13 @@ Name: tmpwatch Version: 2.11 -Release: 14 +Release: 15 Summary: Utility to delete files based on last time they were accessed URL: https://pagure.io/tmpwatch Source0: https://releases.pagure.org/tmpwatch/tmpwatch-2.11.tar.bz2 License: GPLv2 Requires: psmisc Provides: bundled(gnulib) -BuildRequires: gcc psmisc gdb +BuildRequires: gcc psmisc %description The tmpwatch utility recursively searches through specified @@ -45,5 +45,8 @@ ln -s $(echo %{_bindir} |sed 's,/[^/]\+,/..,g; s,^/,,')%{_sbindir}/tmpwatch \ %{_mandir}/man8/tmpwatch.8* %changelog +* Fri Jul 23 2021 Chen Chen - 2.11-15 +- Del useless buildrequire gdb + * Mon Apr 20 2020 songzhenyu - 2.11-14 - Package init