From 6ce2f6e824636869e36e0aa3826763928c6ee91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Mon, 24 Jun 2024 13:31:33 +0200 Subject: [PATCH] Revert "Enable gtk4 plugin on RHEL 9 too" This reverts commit 8398f0ca9f750ffce8036ce520776a2badf09698. Libnma-gtk4 is disabled in RHEL 9 so the build fails. Don't use it yet. In any case we need to enable libnma-gkt4 and test that everything works first. --- NetworkManager-openvpn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkManager-openvpn.spec b/NetworkManager-openvpn.spec index 34977cd..5cbe185 100644 --- a/NetworkManager-openvpn.spec +++ b/NetworkManager-openvpn.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} < 36 && 0%{?rhel} < 9 +%if 0%{?fedora} < 36 && 0%{?rhel} < 10 %bcond_with gtk4 %else %bcond_without gtk4