[libwpg] make -devel depend on base pkg of the same arch

David Tardon dtardon at fedoraproject.org
Sun Apr 21 07:46:11 UTC 2013


commit abc174d4b93713633d161f79562bc0d2566902f4
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 21 09:39:50 2013 +0200

    make -devel depend on base pkg of the same arch

 libwpg.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libwpg.spec b/libwpg.spec
index 806ef58..d90ca3c 100644
--- a/libwpg.spec
+++ b/libwpg.spec
@@ -20,7 +20,7 @@ in Corel software, such as WordPerfect and Presentations.
 %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 and header files for


More information about the scm-commits mailing list