public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-packager] epel10.2: Recommend python3-koji-cli-plugins
@ 2026-06-25 13:20 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-06-25 13:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-packager
Branch : epel10.2
Commit : 319a562210bdc8b6197aa8392ecef015b09a88e1
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2024-09-24T14:34:23-05:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-packager/c/319a562210bdc8b6197aa8392ecef015b09a88e1?branch=epel10.2
Log:
Recommend python3-koji-cli-plugins
This is needed for `koji edit-sidetag` e.g. for bootstrapping:
```
koji edit-sidetag --rpm-macro _with_bootstrap=1 <sidetag_name>
```
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 1c809b0..17bd7d3 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -23,6 +23,7 @@ Source16: stg_fedoraproject_ipa_ca.crt
BuildRequires: python3-devel
Requires: koji >= 1.11.0
+Requires: python3-koji-cli-plugins
Requires: bodhi-client
Requires: rpm-build rpmdevtools rpmlint
Requires: rpmautospec
@@ -41,6 +42,9 @@ Recommends: fedora-repoquery
# Yet another CLI tool to query Fedora, ELN, Alma, CentoOS Stream, etc.
Recommends: rpmdistro-repoquery
+# Needed for koji edit-sidetag
+Recommends: python3-koji-cli-plugins
+
BuildArch: noarch
%description
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 13:20 [rpms/fedora-packager] epel10.2: Recommend python3-koji-cli-plugins Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox