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.
This commit is contained in:
Maxwell G 2024-11-25 22:48:36 -06:00
commit 33eaafa551
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8

View file

@ -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)