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

David Tardon dtardon at fedoraproject.org
Sun Apr 21 07:38:37 UTC 2013


commit d0b5c8d3e0d6711efbd765fabfb7207c81f22828
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 21 09:23:11 2013 +0200

    make -devel depend on base pkg of the same arch

 libwpd.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libwpd.spec b/libwpd.spec
index c87dc70..c35ee1c 100644
--- a/libwpd.spec
+++ b/libwpd.spec
@@ -24,7 +24,7 @@ Tools to transform WordPerfect Documents into other formats.
 Currently supported: HTML, raw, text.
 
 %package devel
-Requires: libwpd = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: glib2-devel >= 2.0.0
 Requires: libgsf-devel >= 1.6.0
 Summary: Files for developing with libwpd


More information about the scm-commits mailing list