2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

remove elilo from spec files, remove aa from line 277 in

zvmdiagnostics.pm

Change-Id: Ifb2ee4200ccc9d8294764609904ac9d0ab555f7c
This commit is contained in:
Chuck Brazie 2017-02-24 14:02:49 -05:00
parent 05ae41dd03
commit 1166d003ad
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