summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.