From 1a932123984a0a2d151ae436c7e5863d707dadce Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 2 Jul 2024 13:46:11 -0400 Subject: [PATCH] copr: Use included spec For some reason the copr process uses a f39 root, and we don't have our zstd dependency there. Hopefully this will the last fix... Signed-off-by: Colin Walters --- .copr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copr/Makefile b/.copr/Makefile index 0e545c2a..77a6153a 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -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