[salt] dmidecode is x86 only

Peter Robinson pbrobinson at fedoraproject.org
Tue Apr 17 13:51:06 UTC 2012


commit 55a362deaaa87c28c827a144d414b8a4c60a1560
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Apr 17 14:51:02 2012 +0100

    dmidecode is x86 only

 salt.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/salt.spec b/salt.spec
index ac0f03c..0867b3a 100644
--- a/salt.spec
+++ b/salt.spec
@@ -28,7 +28,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 
+%ifarch %{ix86} x86_64
 Requires: dmidecode
+%endif
 
 %if 0%{?with_python26}
 BuildRequires: python26-zmq
@@ -256,6 +258,9 @@ fi
 %endif
 
 %changelog
+* Tue Apr 17 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.9.8-2
+- dmidecode is x86 only
+
 * Wed Mar 21 2012 Clint Savage <herlo1 at gmail.com> - 0.9.8-1
 - Moved to upstream release 0.9.8
 


More information about the scm-commits mailing list