From 22cf92a4305360619d6879b3239fd59cb296c245 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2022 07:00:44 +0100 Subject: wizard: fix version --- mashinfo.el9 | 1 + wizard/index.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mashinfo.el9 b/mashinfo.el9 index 36219c2a..563ea9ed 100644 --- a/mashinfo.el9 +++ b/mashinfo.el9 @@ -47,6 +47,7 @@ libyaz libyaz-devel # prefixed libraries remi-libmemcached-awesome +remi-libzip oniguruma5php libicu69 HdrHistogram_c6php-libs diff --git a/wizard/index.php b/wizard/index.php index 8ca365ac..a746dc19 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -62,7 +62,7 @@ $osmax = [ $osname = [ ':rhel' => 'Red Hat Enterprise Linux', 'RHEL 9' => 'RHEL 9.0 Beta (Development version)', - 'RHEL 8' => 'RHEL 8.4', + 'RHEL 8' => 'RHEL 8.5', 'RHEL 7' => 'RHEL 7.9 (maintained until June 2024)', ':centos' => 'CentOS Stream, CentOS Linux, Alma Linux, Rocky Linux and other clones', 'CentOS 9' => 'EL 9 (Development version)', -- cgit