[openlmi-providers] Don't use %{isa} for noarch subpackages

Radek Novacek rnovacek at fedoraproject.org
Tue Oct 23 13:40:00 UTC 2012


commit 1a95822e01f94efebfa682c101999bb68b2f92c2
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Tue Oct 23 15:38:35 2012 +0200

    Don't use %{isa} for noarch subpackages

 openlmi-providers.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 81da168..e4c8a15 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -89,8 +89,8 @@ Obsoletes:      cura-account%{?_isa} < 0.0.10-1
 %package -n openlmi-software
 Summary:        CIM providers for software management
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-Provides:       cura-software%{?_isa} = %{version}-%{release}
-Obsoletes:      cura-software%{?_isa} < 0.0.10-1
+Provides:       cura-software = %{version}-%{release}
+Obsoletes:      cura-software < 0.0.10-1
 BuildArch:      noarch
 
 Requires:       cmpi-bindings-pywbem


More information about the scm-commits mailing list