Skip to content

Commit 1029162

Browse files
authored
Merge pull request bootc-dev#664 from cgwalters/more-copr-again
copr: Use included spec
2 parents a96f315 + 1a93212 commit 1029162

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,8 +1,8 @@
11
srpm:
22
dnf -y install dnf-utils git
3-
dnf -y builddep bootc
43
# similar to https://github.com/actions/checkout/issues/760, but for COPR
54
git config --global --add safe.directory '*'
5+
dnf -y builddep ./contrib/packaging/bootc.spec
66
cargo install cargo-vendor-filterer
77
cargo xtask package-srpm
88
mv target/*.src.rpm $$outdir

0 commit comments

Comments
 (0)