[devhelp/f21] Tighten -devel subpackage deps with %{?_isa}

Kalev Lember kalev at fedoraproject.org
Fri Aug 22 18:27:39 UTC 2014


commit d4397de8eceed5521a695f439fe003894ab1315e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Aug 22 20:24:58 2014 +0200

    Tighten -devel subpackage deps with %{?_isa}

 devhelp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index 9306df9..c254193 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -33,7 +33,7 @@ It works natively with API documentation generated by gtk-doc.
 %package devel
 Summary: Library to embed Devhelp in other applications
 Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
 
 %description devel
 Devhelp is an API documentation browser for the GNOME desktop.


More information about the scm-commits mailing list