Remove RHEL and Rocky 8 from supported distributions

This commit is contained in:
Robert Schmidt
2026-03-02 16:59:49 +01:00
parent 1ea2b1b3ac
commit 356a905d5a

View File

@@ -108,14 +108,6 @@ check_supported_distribution() {
"debian11") return 0 ;; "debian11") return 0 ;;
"debian12") return 0 ;; "debian12") return 0 ;;
"fedora43") return 0 ;; "fedora43") return 0 ;;
"rhel8.2") return 0 ;;
"rhel8.3") return 0 ;;
"rhel8.4") return 0 ;;
"rhel8.5") return 0 ;;
"rhel8.6") return 0 ;;
"rhel8.7") return 0 ;;
"rhel8.8") return 0 ;;
"rhel8.9") return 0 ;;
"rhel9.0") return 0 ;; "rhel9.0") return 0 ;;
"rhel9.1") return 0 ;; "rhel9.1") return 0 ;;
"rhel9.2") return 0 ;; "rhel9.2") return 0 ;;
@@ -125,9 +117,6 @@ check_supported_distribution() {
"rhel9.6") return 0 ;; "rhel9.6") return 0 ;;
"rhel9.7") return 0 ;; "rhel9.7") return 0 ;;
"centos9") return 0 ;; # CentOS stream "centos9") return 0 ;; # CentOS stream
"rocky8.7") return 0 ;;
"rocky8.8") return 0 ;;
"rocky8.9") return 0 ;;
"rocky9.1") return 0 ;; "rocky9.1") return 0 ;;
"rocky9.2") return 0 ;; "rocky9.2") return 0 ;;
"rocky9.3") return 0 ;; "rocky9.3") return 0 ;;