From 46c009394b5616f4a212c4ae0aa5551513f6625d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Sep 2023 14:59:10 +0200 Subject: more aarch64 helpers for SCL --- getmock | 5 +++++ mockit | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/getmock b/getmock index fd5e7da..38e8bf8 100755 --- a/getmock +++ b/getmock @@ -660,12 +660,14 @@ elif [ $1 = scl82 ]; then do getOneMock scl82el${i}x $opt done + getOneMock scl82el9a $opt elif [ $1 = scl83 ]; then for i in fc37 fc38 fc39 el7 el8 el9 do getOneMock scl83${i}x $opt done + getOneMock scl83el9a $opt elif [ $1 = scl81 ]; then for i in 37 38 39 @@ -676,6 +678,7 @@ elif [ $1 = scl81 ]; then do getOneMock scl81el${i}x $opt done + getOneMock scl81el9a $opt elif [ $1 = scl80 ]; then for i in 37 38 39 @@ -686,6 +689,7 @@ elif [ $1 = scl80 ]; then do getOneMock scl80el${i}x $opt done + getOneMock scl80el9a $opt elif [ $1 = scl74 ]; then for i in 37 38 39 @@ -696,6 +700,7 @@ elif [ $1 = scl74 ]; then do getOneMock scl74el${i}x $opt done + getOneMock scl74el9a $opt elif [ $1 = scl73 ]; then for i in 7 8 diff --git a/mockit b/mockit index 981f067..2bccf95 100755 --- a/mockit +++ b/mockit @@ -46,14 +46,10 @@ fi echo mockit $SRPM $DIST $MIN $MAX $@ case $DIST in - fc37x|fc38x|fc39x|el9x) + fc37x|fc38x|fc39x|el9x|el9a) LST="81 74 80 82 83" SCL="74 80 81 82 83" ;; - el9a) - LST="81 74 80 82" - SCL="" - ;; el8x) LST="72 73 74 80 81 82 83" SCL="56 70 71 72 73 74 80 81 82 83" -- cgit