public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Require python2-koji as the minimum version
@ 2026-08-10 21:43 Chenxiong Qi
  0 siblings, 0 replies; only message in thread
From: Chenxiong Qi @ 2026-08-10 21:43 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rpkg
            Branch : 1.70-1
            Commit : 2bc06526c93d35d3182b13e343fc76204493d4f2
            Author : Chenxiong Qi <cqi@redhat.com>
            Date   : 2018-04-16T19:03:13+08:00
            Stats  : +9/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/2bc06526c93d35d3182b13e343fc76204493d4f2?branch=1.70-1

            Log:
            Require python2-koji as the minimum version

Fixes https://pagure.io/rpkg/issue/306

Signed-off-by: Chenxiong Qi <cqi@redhat.com>

---
diff --git a/rpkg.spec b/rpkg.spec
index bebdc65..e36bf99 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.53
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Python library for interacting with rpm+git
 License:        GPLv2+ and LGPLv2
@@ -38,7 +38,7 @@ Summary:        %{summary}
 BuildRequires:  python2-devel
 
 # We br these things for man page generation due to imports
-BuildRequires:  python2-koji
+BuildRequires:  python2-koji >= 1.15
 BuildRequires:  python2-cccolutils
 BuildRequires:  python2-openidc-client
 
@@ -74,7 +74,7 @@ Requires:       rpm-build
 Requires:       rpmlint
 
 Requires:       python2-cccolutils
-Requires:       python2-koji
+Requires:       python2-koji >= 1.15
 
 %if 0%{?rhel}
 Requires:       GitPython >= 0.2.0
@@ -115,7 +115,7 @@ Summary:        %{summary}
 
 BuildRequires:  python3-devel
 BuildRequires:  python3-GitPython
-BuildRequires:  python3-koji
+BuildRequires:  python3-koji >= 1.15
 BuildRequires:  python3-cccolutils
 BuildRequires:  python3-openidc-client
 BuildRequires:  python3-mock
@@ -135,7 +135,7 @@ Requires:       rpmlint
 
 Requires:       python3-GitPython >= 0.2.0
 Requires:       python3-cccolutils
-Requires:       python3-koji
+Requires:       python3-koji >= 1.15
 Requires:       python3-rpm
 Requires:       python3-pycurl
 Requires:       python3-six >= 1.9.0
@@ -240,6 +240,10 @@ nosetests tests
 
 
 %changelog
+* Mon Apr 16 2018 Chenxiong Qi <cqi@redhat.com> - 1.53-2
+- Require python2-koji 1.15 as the minimum version
+- Refine BuildRequires
+
 * Tue Apr 10 2018 Chenxiong Qi <cqi@redhat.com> - 1.53-1
 - Use NSVs and not build IDs with module-build-local --add-local-build (mprahl)
 - Fix docstring of test_module_build_local_with_skiptests (mprahl)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:43 [rpms/rpkg] 1.70-1: Require python2-koji as the minimum version Chenxiong Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox