Skip to content

Commit 40ad730

Browse files
authored
Merge pull request bootc-dev#651 from cgwalters/copr-builddep
copr: Use dnf builddep
2 parents 71b87ba + 94801bf commit 40ad730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.copr/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
srpm:
2-
dnf -y install cargo git openssl-devel ostree-devel
2+
dnf -y install dnf-utils
3+
dnf -y builddep bootc
34
# similar to https://github.com/actions/checkout/issues/760, but for COPR
45
git config --global --add safe.directory '*'
56
cargo install cargo-vendor-filterer

0 commit comments

Comments
 (0)