From 23e3141c9d9963b4b0f7f1e9f3dc5b6b89ab2706 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 30 May 2023 10:38:29 +0100 Subject: [PATCH] Temporarily set DNF=dnf5 --- supermin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/supermin.spec b/supermin.spec index 643d6d8..6400ae3 100644 --- a/supermin.spec +++ b/supermin.spec @@ -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"