From 7cbe6535cc4305a77d358fed0a6bf51ccbcba97f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 20 Oct 2023 09:03:29 -0400 Subject: [PATCH] ci/copr: Add ostree-devel This should unbreak the COPR build since we now generate man pages when making the source tarball. --- .copr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copr/Makefile b/.copr/Makefile index 011fb2ad8..4e0b0f5f3 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,5 +1,5 @@ srpm: - dnf -y install cargo git openssl-devel + dnf -y install cargo git openssl-devel ostree-devel # similar to https://github.com/actions/checkout/issues/760, but for COPR git config --global --add safe.directory '*' cargo install cargo-vendor-filterer