From ecbab54151658ba500c805317ff0c795d1345de4 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Fri, 13 Dec 2024 14:42:38 +0800 Subject: [PATCH] copr: use dnf instead of dnf5 Signed-off-by: Xiaofeng Wang --- .copr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copr/Makefile b/.copr/Makefile index b4430d44..19b80678 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,5 +1,5 @@ srpm: - dnf5 -y install 'dnf5-command(builddep)' + dnf -y install 'dnf5-command(builddep)' dnf -y install dnf-utils git # similar to https://github.com/actions/checkout/issues/760, but for COPR git config --global --add safe.directory '*'