diff options
| -rwxr-xr-x | getmock | 5 | ||||
| -rwxr-xr-x | mockit | 6 | 
2 files changed, 6 insertions, 5 deletions
@@ -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 @@ -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"  | 
