Skip to content

Commit

Permalink
Merge pull request #664 from cgwalters/more-copr-again
Browse files Browse the repository at this point in the history
copr: Use included spec
  • Loading branch information
cgwalters committed Jul 2, 2024
2 parents a96f315 + 1a93212 commit 1029162
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,8 +1,8 @@
srpm:
dnf -y install dnf-utils git
dnf -y builddep bootc
# similar to https://github.com/actions/checkout/issues/760, but for COPR
git config --global --add safe.directory '*'
dnf -y builddep ./contrib/packaging/bootc.spec
cargo install cargo-vendor-filterer
cargo xtask package-srpm
mv target/*.src.rpm $$outdir

0 comments on commit 1029162

Please sign in to comment.