fix for bug 4084: AIX rpm spec does not allow %if inside %ifos

This commit is contained in:
ligc 2014-04-17 22:55:20 -05:00
parent 6bb5a53c37
commit dc4a67cfe3

View File

@ -27,10 +27,17 @@ AutoReqProv: no
BuildArch: noarch
Requires: perl-IO-Socket-SSL perl-XML-Simple perl-XML-Parser
Obsoletes: atftp-xcat
%endif
# The aix rpm cmd forces us to do this outside of ifos type stmts
%if %notpcm
%ifos linux
%ifnarch s390x
# PCM does not use or ship conserver
Requires: grub2-xcat
%endif
%endif
%endif
%if %fsm
# nothing needed here