public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chenxiong Qi <cqi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: Require python2-koji as the minimum version
Date: Mon, 10 Aug 2026 21:43:54 GMT	[thread overview]
Message-ID: <178639823407.1.7150822424161897906.rpms-rpkg-2bc06526c93d@fedoraproject.org> (raw)

            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)

                 reply	other threads:[~2026-08-10 21:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178639823407.1.7150822424161897906.rpms-rpkg-2bc06526c93d@fedoraproject.org \
    --to=cqi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox