Bug 967180

Summary: RFE: make yelp-libs dependency arch-specific
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: yelpAssignee: Matthew Barnes <mbarnes>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kalevlember, mbarnes
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: yelp-3.8.1-3.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-27 03:29:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Schwendt 2013-05-25 07:46:51 UTC
A recent update of yelp has introduced a dependency on yelp-libs. That one should be made arch-specific.

https://fedoraproject.org/wiki/Packaging:Guidelines#Requires
https://fedoraproject.org/wiki/Packaging:Guidelines#Explicit_Requires
https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package

$ git diff
diff --git a/yelp.spec b/yelp.spec
index b0a3fb5..36d3353 100644
--- a/yelp.spec
+++ b/yelp.spec
@@ -16,7 +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-libs%{?_isa} = %{epoch}:%{version}-%{release}
 Requires: yelp-xsl
 
 Requires(post):   desktop-file-utils
@@ -53,7 +53,7 @@ This package contains libraries used by the yelp help browser.
 %package devel
 Summary: Development files for yelp-libs
 Group: Development/Libraries
-Requires: %{name}-libs = %{epoch}:%{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
 
 %description devel
 This package contains header files and documentation for

Comment 1 Kalev Lember 2013-05-25 11:24:27 UTC
Thanks, fixed in http://pkgs.fedoraproject.org/cgit/yelp.git/commit/?id=7b36698e

Comment 2 Fedora Update System 2013-05-25 12:25:10 UTC
yelp-3.8.1-3.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/yelp-3.8.1-3.fc19

Comment 3 Fedora Update System 2013-05-25 19:04:08 UTC
Package yelp-3.8.1-3.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing yelp-3.8.1-3.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-9206/yelp-3.8.1-3.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-05-27 03:29:08 UTC
yelp-3.8.1-3.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.