From 947e70c323426605b0716911381a4ea73ddfbb3f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Jul 2024 17:17:56 -0400 Subject: [PATCH] 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 --- .copr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copr/Makefile b/.copr/Makefile index afc54bd4..0e545c2a 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,5 +1,5 @@ srpm: - dnf -y install dnf-utils + 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 '*'