2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #6242 from neo954/xcat-spec

Remove conserver-xcat from all xCAT shipped RPM requirements
This commit is contained in:
zet809 2019-04-19 14:53:16 +08:00 committed by GitHub
commit 84bd7691e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 21 deletions

View File

@ -48,7 +48,7 @@ Obsoletes: atftp-xcat
#
# PCM does not use or ship grub2-xcat
%if %nots390x
Requires: grub2-xcat perl-Net-HTTPS-NB perl-HTTP-Async
Requires: grub2-xcat >= 2.02-0.76 perl-Net-HTTPS-NB perl-HTTP-Async
%endif
%endif
%endif

View File

@ -63,16 +63,6 @@ Requires: perl-IO-Stty
%endif
%endif
# The aix rpm cmd forces us to do this outside of ifos type stmts
%if %notpcm
%ifos linux
%if %nots390x
# PCM does not use or ship conserver
Requires: conserver-xcat
%endif
%endif
%endif
%ifos linux
Requires: goconserver
%endif

View File

@ -46,16 +46,6 @@ Requires: perl-IO-Stty
%endif
%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: conserver-xcat
%endif
%endif
%endif
%ifos linux
Requires: goconserver
%endif