[webkitgtk3] Add %{?_isa} to the libwebkit2gtk subpackage

Richard Hughes rhughes at fedoraproject.org
Thu Dec 5 08:44:38 UTC 2013


commit a93f724122527b530afbec7f8bf837ce8a41f463
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Dec 5 08:44:28 2013 +0000

    Add %{?_isa} to the libwebkit2gtk subpackage
    
    This ensures that dnf does the right thing if the metadata gets out of sync.

 webkitgtk3.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 5bed007..c4acbc9 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -65,7 +65,7 @@ This package contains WebKitGTK+ for GTK+ 3.
 %package -n     libwebkit2gtk
 Summary:        The libwebkit2gtk library
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description -n libwebkit2gtk
 The libwebkit2gtk package contains the libwebkit2gtk library
@@ -74,7 +74,7 @@ that is part of %{name}.
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains libraries, build data, and header


More information about the scm-commits mailing list