[yelp/f19] yelp should depend on yelp-libs not the other way around

Peter Robinson pbrobinson at fedoraproject.org
Sat May 18 10:37:55 UTC 2013


commit 193c031c962e5ab7067dd7905e7e137d5f7bae4c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat May 18 11:23:17 2013 +0100

    yelp should depend on yelp-libs not the other way around

 yelp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/yelp.spec b/yelp.spec
index 827be1c..33cfb85 100644
--- a/yelp.spec
+++ b/yelp.spec
@@ -2,7 +2,7 @@ Summary: Help browser for the GNOME desktop
 Name: yelp
 Epoch: 1
 Version: 3.8.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 #VCS: git:git://git.gnome.org/yelp
 Source: http://download.gnome.org/sources/yelp/3.8/%{name}-%{version}.tar.xz
 
@@ -16,6 +16,7 @@ URL: http://live.gnome.org/Yelp
 License: GPLv2+
 Group: Applications/System
 Requires: gnome-user-docs
+Requires: yelp-libs = %{epoch}:%{version}-%{release}
 Requires: yelp-xsl
 
 Requires(post):   desktop-file-utils
@@ -45,7 +46,6 @@ documentation written in DocBook.
 %package libs
 Summary: Libraries for yelp
 Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
 
 %description libs
 This package contains libraries used by the yelp help browser.
@@ -127,6 +127,9 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Sat May 18 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1:3.8.1-2
+- yelp should depend on yelp-libs not the other way around
+
 * Tue May 14 2013 Matthias Clasen <mclasen at redhat.com> - 1:3.8.1-1
 - Update to 3.8.1
 


More information about the scm-commits mailing list