Skip to content

Commit 35e7ff1

Browse files
authored
Merge pull request #969 from henrywang/fix_copr_build
copr: fix Unknown argument "builddep" for command "dnf5"
2 parents f4bc200 + 22d3aeb commit 35e7ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.copr/Makefile

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

0 commit comments

Comments
 (0)