From ec3f4b822145971a02d51e847af7c81c3b7fcc5c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 4 Dec 2023 13:42:27 -0500 Subject: [PATCH] Explicitly disable libsoup2 We now always use libsoup3 (Fedora) or disable it (RHEL9). --- ostree.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ostree.spec b/ostree.spec index dd709a3..4130e68 100644 --- a/ostree.spec +++ b/ostree.spec @@ -119,6 +119,7 @@ env NOCONFIGURE=1 ./autogen.sh --with-selinux \ --with-curl \ --with-openssl \ + --without-soup \ %{?with_composefs:--with-composefs} \ %{?with_tests:--with-soup3} \ %{?with_tests:--enable-installed-tests=exclusive} \