rpms/rarian/devel rarian.spec,1.1,1.2

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Thu Aug 2 23:48:45 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/rarian/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19871

Modified Files:
	rarian.spec 
Log Message:

* Thu Aug 02 2007 Matthew Barnes <mbarnes at redhat.com> - 0.5.6-3
- Fix the Obsoletes/Provides relationship.



Index: rarian.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rarian/devel/rarian.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rarian.spec	2 Aug 2007 17:10:50 -0000	1.1
+++ rarian.spec	2 Aug 2007 23:48:12 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name: rarian
 Version: 0.5.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Base
 Summary: Rarian is a documentation meta-data library
@@ -15,7 +15,7 @@
 Requires: libxslt
 # (for /usr/bin/xsltproc)
 
-Obsoletes: scrollkeeper
+Obsoletes: scrollkeeper <= 0.3.14
 
 ### Build Dependencies ###
 
@@ -31,7 +31,9 @@
 Summary: Extra files for compatibility with scrollkeeper
 Requires: rarian = %{version}-%{release}
 Requires(post): rarian
-Provides: scrollkeeper
+# The scrollkeeper version is arbitrary.  It just
+# needs to be greater than what we're obsoleting.
+Provides: scrollkeeper = 0.4
 
 %description compat
 This package contains files needed to maintain backward-compatibility with
@@ -91,6 +93,9 @@
 %{_libdir}/pkgconfig/rarian.pc
 
 %changelog
+* Thu Aug 02 2007 Matthew Barnes <mbarnes at redhat.com> - 0.5.6-3
+- Fix the Obsoletes/Provides relationship.
+
 * Wed Aug 01 2007 Matthew Barnes <mbarnes at redhat.com> - 0.5.6-2
 - More package review feedback (#250150).
 




More information about the fedora-extras-commits mailing list