From b26c142e839372400115d08deb0b2a9e17b18b00 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 Fedora 38 --- test/verify/check-client | 2 +- tools/cockpit.spec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/verify/check-client b/test/verify/check-client index f644f0f3fbca..999e2b634db6 100755 --- a/test/verify/check-client +++ b/test/verify/check-client @@ -21,7 +21,7 @@ import testlib # Run this on more OSes as we roll out the pybridge -@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37", "fedora-38", +@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37", "rhel-8*", "centos-8*", "rhel-9*", "centos-9*") # enable this once our cockpit/ws container can beiboot @testlib.skipOstree("client setup does not work with ws container") diff --git a/tools/cockpit.spec b/tools/cockpit.spec index 4a611179e99c..9090ab8039af 100644 --- a/tools/cockpit.spec +++ b/tools/cockpit.spec @@ -53,8 +53,7 @@ Version: 0 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz -# Use Python bridge on non-stable versions -%if 0%{?fedora} >= 39 +%if 0%{?fedora} >= 38 %define cockpit_enable_python 1 %endif