Add Provides: bundled(gnulib)

* Fri Feb  4 2011 Miloslav Trmač <mitr@redhat.com> - 0.23.1-4
- Add Provides: bundled(gnulib)
This commit is contained in:
Miloslav Trmač 2011-02-04 22:58:15 +01:00
parent 3f37cdcb7f
commit 35c3081e85

View File

@ -1,7 +1,7 @@
Summary: An utility for finding files by name Summary: An utility for finding files by name
Name: mlocate Name: mlocate
Version: 0.23.1 Version: 0.23.1
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv2 License: GPLv2
URL: https://fedorahosted.org/mlocate/ URL: https://fedorahosted.org/mlocate/
Group: Applications/System Group: Applications/System
@ -10,6 +10,7 @@ Source1: updatedb.conf
Source2: mlocate.cron Source2: mlocate.cron
Requires(pre): shadow-utils Requires(pre): shadow-utils
Requires(post): grep, sed Requires(post): grep, sed
Provides: bundled(gnulib)
Obsoletes: slocate <= 2.7-30 Obsoletes: slocate <= 2.7-30
%description %description
@ -62,6 +63,9 @@ fi
%ghost %{_localstatedir}/lib/mlocate/mlocate.db %ghost %{_localstatedir}/lib/mlocate/mlocate.db
%changelog %changelog
* Fri Feb 4 2011 Miloslav Trmač <mitr@redhat.com> - 0.23.1-4
- Add Provides: bundled(gnulib)
* Fri Feb 4 2011 Miloslav Trmač <mitr@redhat.com> - 0.23.1-3 * Fri Feb 4 2011 Miloslav Trmač <mitr@redhat.com> - 0.23.1-3
- Exclude /mnt by default - Exclude /mnt by default
Resolves: #674635 Resolves: #674635