From 94801bffd691b6dc97d9373189dc265f61745c4c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 28 Jun 2024 13:17:34 -0400 Subject: [PATCH] copr: Use dnf builddep Yet *another* copy of our build dependencies here... The core problem right now is that we embed pre-built manpages as part of the "source"...which means we need all of our build dependencies there. It's tempting to switch to not generating man pages. Signed-off-by: Colin Walters --- .copr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.copr/Makefile b/.copr/Makefile index 4e0b0f5f..afc54bd4 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,5 +1,6 @@ srpm: - dnf -y install cargo git openssl-devel ostree-devel + dnf -y install dnf-utils + dnf -y builddep bootc # similar to https://github.com/actions/checkout/issues/760, but for COPR git config --global --add safe.directory '*' cargo install cargo-vendor-filterer