summaryrefslogtreecommitdiffstats
path: root/mockit
diff options
context:
space:
mode:
Diffstat (limited to 'mockit')
-rwxr-xr-xmockit6
1 files changed, 5 insertions, 1 deletions
diff --git a/mockit b/mockit
index d7c98c7..b6b445e 100755
--- a/mockit
+++ b/mockit
@@ -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"