summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmockit6
1 files changed, 3 insertions, 3 deletions
diff --git a/mockit b/mockit
index d2a31dd..5bdd78d 100755
--- a/mockit
+++ b/mockit
@@ -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"
;;
*)