summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-08-07 11:00:33 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-08-08 13:13:00 +0200
commitfb626c095ad3435869756c9c33239708140a75aa (patch)
tree22276561c3c87ec51402ed69977c0aa520583563
parent63a3b824f6bae4ad62eaa21ec17c06ea087ba947 (diff)
downloadopenlmi-providers-0.1.1.tar.gz
openlmi-providers-0.1.1.tar.xz
openlmi-providers-0.1.1.zip
spec: Require dmidecode only on supported archs0.1.1
-rw-r--r--openlmi-providers.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 9920b2d..62a0899 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -110,7 +110,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
# For Linux_ComputerSystem
Requires: sblim-cmpi-base
# For Hardware information
+%ifarch %{ix86} x86_64 ia64
Requires: dmidecode
+%endif
Requires: util-linux
%description -n openlmi-hardware
@@ -685,6 +687,7 @@ fi >> %logfile 2>&1
* Wed Aug 07 2013 Radek Novacek <rnovacek@redhat.com> 0.1.1-1
- Version 0.1.1
- Improve scripts logging
+- Require dmidecode only on supported archs
* Tue Aug 06 2013 Michal Minar <miminar@redhat.com> 0.1.0-2
- Make lmi namespace directory compatible for user installed python eggs.