From 53d8853a179ec74228cbb850e80e832ba72c0456 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 13 Feb 2023 12:54:40 -0600 Subject: [PATCH] Unconditionally enable libproxy, at least for now I had been planning to remove the libproxy support from RHEL 10, but now a libproxy rewrite is nearly complete and the future seems less certain, so let's assume it will stay. --- glib-networking.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/glib-networking.spec b/glib-networking.spec index 0a3b07b..a3960d4 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -2,10 +2,8 @@ %global tarball_version %%(echo %{version} | tr '~' '.') -# No libproxy in RHEL -%if !0%{?rhel} +# Not yet sure whether to have libproxy in el10, but assume yes for now. %global with_libproxy 1 -%endif Name: glib-networking Version: 2.76~alpha