summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 14:43:30 +0200
committerRemi Collet <remi@php.net>2023-08-30 14:43:30 +0200
commitf20a7d3dc23829901c40f28c06064a3fe7b8381e (patch)
treed38d623d3df910b4baef647371035b3bdce4363c
parent070cda579b3ba88a989dd84819dcd8b0f4c4f35c (diff)
missing helpers
-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"
;;
*)