summaryrefslogtreecommitdiffstats
path: root/mockit
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-16 11:34:01 +0200
committerRemi Collet <remi@php.net>2023-10-16 11:34:01 +0200
commit657537ca5c20a5834e458cf38d2ff8bb6ab8a73d (patch)
treef95dfe8744660e3155597f57a29849c0e382cb43 /mockit
parent2e73218888e8ec68400d0e710235e5df897e378e (diff)
EL-8 aarch64 7.2 and 7.3 helpers
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"