From 3126f957c0939e9f24d259cfe98ee86204893291 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Sat, 9 Mar 2019 08:53:58 +0100
Subject: Wizard: -f26 +f30

---
 wizard/index.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'wizard')

diff --git a/wizard/index.php b/wizard/index.php
index 19096f26..1378b902 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -20,10 +20,10 @@ $osvers = [
     'RHEL 6'    => '5.3',
     'CentOS 7'  => '5.4',
     'CentOS 6'  => '5.3',
+    'Fedora 30' => '7.3',
     'Fedora 29' => '7.2',
     'Fedora 28' => '7.2',
     'Fedora 27' => '7.1',
-    'Fedora 26' => '7.1',
 ];
 $osmin = [
     'RHEL 8'    => '7.2',
@@ -31,10 +31,10 @@ $osmin = [
     'RHEL 6'    => '5.4',
     'CentOS 7'  => '5.4',
     'CentOS 6'  => '5.4',
+    'Fedora 30' => '5.6',
     'Fedora 29' => '5.6',
     'Fedora 28' => '5.6',
     'Fedora 27' => '5.6',
-    'Fedora 26' => '5.6',
 ];
 $osmax = [
     'RHEL 8'    => '7.3',
@@ -42,10 +42,10 @@ $osmax = [
     'RHEL 6'    => '7.3',
     'CentOS 7'  => '7.3',
     'CentOS 6'  => '7.3',
+    'Fedora 30' => '7.3',
     'Fedora 29' => '7.3',
     'Fedora 28' => '7.3',
     'Fedora 27' => '7.3',
-    'Fedora 26' => '7.2',
 ];
 $osname = [
     'RHEL 8'    => 'RHEL-8-Beta (Development version, not ready for production)',
-- 
cgit