2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-30 18:05:33 +00:00

Merge pull request #17 from chuckbrazie/ZVM_XCAT_DEV_RemoveElilo

remove elilo from spec files, remove aa from line 277 in
This commit is contained in:
Chuck Brazie
2017-02-24 14:04:49 -05:00
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@ -274,7 +274,7 @@ sub collectDiags {
#TODO If file not found ("should never happen"), log error but continue
while (<FILE>) {
# Find record in file with NOTIFY=something on it, optionally delimited with whitespace
next unless ( /^[\s]*$NOTIFY_KEYWORD[\s]*$NOTIFY_KEYWORD_DELIMITER[\s]*(\S+)[\s]*$/iaa );
next unless ( /^[\s]*$NOTIFY_KEYWORD[\s]*$NOTIFY_KEYWORD_DELIMITER[\s]*(\S+)[\s]*$/i );
$xcatnotify_found = 1;
$xcatnotify = $1; # First parenthesized expression in regex above, that is: \S+
if ( $DEBUGGING == 1 ) {

View File

@ -69,7 +69,9 @@ Requires: conserver-xcat
%endif
#support mixed cluster
%ifnarch s390x
Requires: elilo-xcat xnba-undi
%endif
%ifarch i386 i586 i686 x86 x86_64
Requires: syslinux

View File

@ -57,7 +57,9 @@ Requires: conserver-xcat
%endif
#support mixed cluster
%ifnarch s390x
Requires: elilo-xcat xnba-undi
%endif
%ifarch i386 i586 i686 x86 x86_64
Requires: syslinux