Skip to content

Commit

Permalink
Merge pull request #970 from henrywang/quick_fix
Browse files Browse the repository at this point in the history
copr: use dnf instead of dnf5
  • Loading branch information
cgwalters authored Dec 13, 2024
2 parents 35e7ff1 + ecbab54 commit 39559aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
@@ -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 '*'
Expand Down

0 comments on commit 39559aa

Please sign in to comment.