Bug 967180 - RFE: make yelp-libs dependency arch-specific
Summary: RFE: make yelp-libs dependency arch-specific
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: yelp
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthew Barnes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-25 07:46 UTC by Michael Schwendt
Modified: 2013-05-27 03:29 UTC (History)
2 users (show)

Fixed In Version: yelp-3.8.1-3.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-27 03:29:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.