fix for bug 4084: AIX rpm spec does not allow %if inside %ifos
This commit is contained in:
parent
6bb5a53c37
commit
dc4a67cfe3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user