Skip to content

Commit 947e70c

Browse files
committed
copr: Also install git
This whole "install all the build tools to make a source rpm" flow rather stinks... One thing that would help is for me (or someone else) to package cargo-vendor-filterer at some point. Signed-off-by: Colin Walters <[email protected]>
1 parent dad29ac commit 947e70c

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,5 +1,5 @@
11
srpm:
2-
dnf -y install dnf-utils
2+
dnf -y install dnf-utils git
33
dnf -y builddep bootc
44
# similar to https://github.com/actions/checkout/issues/760, but for COPR
55
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)