From 33eaafa5516d58308d7662d95e7b909358da7c09 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 25 Nov 2024 22:48:36 -0600 Subject: [PATCH] ci copr: install python3-rpm for fclogr fclogr requires python3-rpm to be installed which is no longer installed by default as of Fedora 41. --- .copr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copr/Makefile b/.copr/Makefile index 1488828..56243a8 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -5,7 +5,7 @@ outdir ::= results_forge-srpm-macros srpm: command -v pip || $(SUDO) dnf install -y python3-pip - command -v fclogr || $(SUDO) dnf install -y python3-pygit2 + command -v fclogr || $(SUDO) dnf install -y python3-pygit2 python3-rpm command -v fclogr || pip install --user fclogr command -v nox || $(SUDO) dnf install -y nox python3 -m nox --no-venv -e srpm -- -o $(outdir)