[man-db] provide versioned Provides

Dennis Gilmore ausil at fedoraproject.org
Mon Aug 30 16:05:03 UTC 2010


commit 625f5001a2d9881b39d068a56aa1505ce6319b92
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Aug 30 11:04:42 2010 -0500

    provide versioned Provides

 man-db.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/man-db.spec b/man-db.spec
index 3f93bcb..3d6c4c9 100644
--- a/man-db.spec
+++ b/man-db.spec
@@ -3,7 +3,7 @@
 Summary: Database cached manual pager suite
 Name: man-db
 Version: 2.5.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 # project man-db  GPLv2+
 # Gnulib part     GPLv3+
 License: GPLv2+ and GPLv3+
@@ -15,8 +15,8 @@ Source2: man-db.sysconfig
 # this patch adds cron job which daily update whatis database
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: man < 2.0
-Provides: man-pages-reader
-Provides: man
+Provides: man-pages-reader = %{version}
+Provides: man = %{version}
 Requires: less, coreutils, grep, groff, gzip, crontabs
 BuildRequires: gdbm-devel, groff, gettext
 
@@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja)   %{_datadir}/man/ja/man*/*
 
 %changelog
+* Mon Aug 30 2010 Dennis Gilmore <dennis at ausil.us> - 2.5.7-5
+- Provide Versioned man
+
 * Mon Aug 16 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 2.5.7-4
 - remove obsolete conflict flag
 


More information about the scm-commits mailing list