From 37a77fe8f7becba2b4603a2e53b75fa754b658a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 4 Feb 2011 23:21:03 +0100 Subject: [PATCH] Add Provides: bundled(gnulib) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fri Feb 4 2011 Miloslav Trmač - 2.10-3 - Add Provides: bundled(gnulib) --- tmpwatch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tmpwatch.spec b/tmpwatch.spec index d2e88ef..442c699 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -1,7 +1,7 @@ Summary: A utility for removing files based on when they were last accessed Name: tmpwatch Version: 2.10 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://fedorahosted.org/tmpwatch/ Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2 Source1: tmpwatch.daily @@ -12,6 +12,7 @@ Patch0: tmpwatch-2.10-X-doc.patch License: GPLv2 Group: System Environment/Base Requires: psmisc +Provides: bundled(gnulib) # configure is looking for /sbin/fuser BuildRequires: psmisc @@ -55,6 +56,9 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Fri Feb 4 2011 Miloslav Trmač - 2.10-3 +- Add Provides: bundled(gnulib) + * Sat Aug 7 2010 Miloslav Trmač - 2.10-2 - Document --exclude-pattern in more places Related: #527425