Temporarily set DNF=dnf5
This commit is contained in:
parent
27e02e0188
commit
23e3141c9d
@ -150,7 +150,11 @@ supermin appliances.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
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}
|
%if %{with dietlibc}
|
||||||
make -C init CC="diet gcc"
|
make -C init CC="diet gcc"
|
||||||
|
Loading…
Reference in New Issue
Block a user