Changes of Revision 4
[-] | Changed | nagios-plugins-lsi.spec |
x 1
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 |