Only enable soup3 with tests

So that we get closer to having the same specfile that works
on C9S too.
This commit is contained in:
Colin Walters 2023-09-07 09:46:34 -04:00
parent de9f9fcf08
commit 9a815f30f7

View File

@ -105,9 +105,9 @@ env NOCONFIGURE=1 ./autogen.sh
--enable-gtk-doc \ --enable-gtk-doc \
--with-selinux \ --with-selinux \
--with-curl \ --with-curl \
--with-soup3 \
--with-openssl \ --with-openssl \
--with-composefs \ --with-composefs \
%{?with_tests:--with-soup3} \
%{?with_tests:--enable-installed-tests=exclusive} \ %{?with_tests:--enable-installed-tests=exclusive} \
--with-dracut=yesbutnoconf --with-dracut=yesbutnoconf
%make_build %make_build