From 16ad189406cf629b2e789991dbd8ad52e4c554f5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 8 Dec 2023 15:00:45 -0500 Subject: [PATCH] (c9s): Disable libsoup3 This makes this specfile build on c9s, which is helpful for CI. --- ostree.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ostree.spec b/ostree.spec index 7f6b21c..098a91a 100644 --- a/ostree.spec +++ b/ostree.spec @@ -128,6 +128,7 @@ env NOCONFIGURE=1 ./autogen.sh --without-soup \ %{?with_composefs:--with-composefs} \ %{?with_tests:--with-soup3} \ + %{?!with_tests:--without-soup3} \ %{?with_tests:--enable-installed-tests=exclusive} \ --with-dracut=yesbutnoconf %make_build