Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-lsi > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed nagios-plugins-lsi.spec
x
 
1
@@ -13,7 +13,9 @@
2
 Requires:  perl mpt-status >= 1.2.0
3
 Requires:  megacli
4
 Requires:  sas2ircu
5
-%ifarch x86_64
6
+# ifarch x86_64 is always false when BuildArch: noarch is set
7
+# we work around this
8
+%if "%{_arch}" == "x86_64"
9
 Requires:  perccli
10
 %endif
11
 Group:     Applications/System
12