diff options
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -54,10 +54,14 @@ fi echo mockit $SRPM $DIST $MIN $MAX $@ case $DIST in - fc37x|fc38x|fc39x|fc39a|el9x|el9a|el8a) + fc37x|fc38x|fc39x|fc39a|el9x|el9a) LST="81 74 80 82 83" SCL="74 80 81 82 83" ;; + el8a) + LST="72 73 74 80 81 82 83" + SCL="72 73 74 80 81 82 83" + ;; el8x) LST="72 73 74 80 81 82 83" SCL="56 70 71 72 73 74 80 81 82 83" |