Skip to content

Commit ecbab54

Browse files
committed
copr: use dnf instead of dnf5
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 35e7ff1 commit ecbab54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.copr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
srpm:
2-
dnf5 -y install 'dnf5-command(builddep)'
2+
dnf -y install 'dnf5-command(builddep)'
33
dnf -y install dnf-utils git
44
# similar to https://github.com/actions/checkout/issues/760, but for COPR
55
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)