Temporarily set DNF=dnf5

This commit is contained in:
Richard W.M. Jones 2023-05-30 10:38:29 +01:00
parent 27e02e0188
commit 23e3141c9d

View File

@ -150,7 +150,11 @@ supermin appliances.
%build
autoreconf -fi
%configure --disable-network-tests
# Setting DNF is temporarily required for Rawhide. We should be able
# to remove this later. See:
# https://bugzilla.redhat.com/show_bug.cgi?id=2209412
# https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5
%configure DNF=%{_bindir}/dnf5 --disable-network-tests
%if %{with dietlibc}
make -C init CC="diet gcc"