diff options
-rwxr-xr-x | mockit | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -43,7 +43,7 @@ fi echo mockit $SRPM $DIST $MIN $MAX $@ case $DIST in fc37x|fc38x|fc39x|el9x) - LST="81 74 80 82" + LST="81 74 80 82 83" SCL="74 80 81 82 83" ;; el9a) @@ -51,11 +51,11 @@ case $DIST in SCL="" ;; el8x) - LST="72 73 74 80 81 82" + LST="72 73 74 80 81 82 83" SCL="56 70 71 72 73 74 80 81 82 83" ;; el7x) - LST="54 55 56 70 71 72 73 74 80 81 82" + LST="54 55 56 70 71 72 73 74 80 81 82 83" SCL="54 55 56 70 71 72 73 74 80 81 82 83" ;; *) |