From bfadd6004616ca05d05f87a654b0a19834f22cbc Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 25 Jun 2023 08:09:49 +0200 Subject: [PATCH] tools: Enable Python bridge on RHEL/CentOS 9 --- test/verify/check-client | 2 +- tools/cockpit.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/verify/check-client b/test/verify/check-client index d0c9c1f490c4..0348d0139b77 100755 --- a/test/verify/check-client +++ b/test/verify/check-client @@ -21,7 +21,7 @@ import testlib @testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37", "fedora-coreos", - "rhel-8*", "centos-8*", "rhel-9*", "centos-9*", "rhel4edge") + "rhel-8*", "centos-8*") class TestClient(testlib.MachineCase): provision = { diff --git a/tools/cockpit.spec b/tools/cockpit.spec index 9090ab8039af..0230d0410088 100644 --- a/tools/cockpit.spec +++ b/tools/cockpit.spec @@ -53,7 +53,7 @@ Version: 0 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz -%if 0%{?fedora} >= 38 +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 9 %define cockpit_enable_python 1 %endif