From 35c3081e85c3190c55fbe7ff6ea087ffc983325b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 4 Feb 2011 22:58:15 +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č - 0.23.1-4 - Add Provides: bundled(gnulib) --- mlocate.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mlocate.spec b/mlocate.spec index 1d7afaf..0653ac8 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -1,7 +1,7 @@ Summary: An utility for finding files by name Name: mlocate Version: 0.23.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 URL: https://fedorahosted.org/mlocate/ Group: Applications/System @@ -10,6 +10,7 @@ Source1: updatedb.conf Source2: mlocate.cron Requires(pre): shadow-utils Requires(post): grep, sed +Provides: bundled(gnulib) Obsoletes: slocate <= 2.7-30 %description @@ -62,6 +63,9 @@ fi %ghost %{_localstatedir}/lib/mlocate/mlocate.db %changelog +* Fri Feb 4 2011 Miloslav Trmač - 0.23.1-4 +- Add Provides: bundled(gnulib) + * Fri Feb 4 2011 Miloslav Trmač - 0.23.1-3 - Exclude /mnt by default Resolves: #674635