public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: Modify required version of koji package
Date: Mon, 10 Aug 2026 21:44:04 GMT	[thread overview]
Message-ID: <178639824487.1.17246408624741637182.rpms-rpkg-db9eb04d09d0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rpkg
            Branch : 1.70-1
            Commit : db9eb04d09d0887b2590718916236eb65239eb36
            Author : Ondřej Nosek <onosek@redhat.com>
            Date   : 2019-06-10T12:16:22+00:00
            Stats  : +26/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/db9eb04d09d0887b2590718916236eb65239eb36?branch=1.70-1

            Log:
            Modify required version of koji package

Signed-off-by: Ondřej Nosek <onosek@redhat.com>

---
diff --git a/rpkg.spec b/rpkg.spec
index 8399f93..8ea6729 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -4,7 +4,7 @@
 
 Name:           rpkg
 Version:        1.58
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        Python library for interacting with rpm+git
 License:        GPLv2+ and LGPLv2
@@ -53,7 +53,12 @@ BuildRequires:  python2-devel
 
 # We br these things for man page generation due to imports
 BuildRequires:  rpmlint
-BuildRequires:  python2-koji >= 1.15
+%if 0%{?rhel} && 0%{?rhel} < 8
+# TODO: Require 1.17 version of koji when it is released for RHEL
+BuildRequires:  python2-koji >= 1.16.2-32.6
+%else
+BuildRequires:  python2-koji >= 1.17
+%endif
 BuildRequires:  python2-cccolutils
 BuildRequires:  PyYAML
 
@@ -90,7 +95,12 @@ Requires:       rpm-build
 Requires:       rpmlint
 
 Requires:       python2-cccolutils
-Requires:       python2-koji >= 1.15
+%if 0%{?rhel} && 0%{?rhel} < 8
+# TODO: Require 1.17 version of koji when it is released for RHEL
+Requires:       python2-koji >= 1.16.2-32.6
+%else
+Requires:       python2-koji >= 1.17
+%endif
 Requires:       PyYAML
 
 %if 0%{?rhel}
@@ -134,7 +144,11 @@ Summary:        %{summary}
 
 BuildRequires:  python3-devel
 BuildRequires:  python3-GitPython
-BuildRequires:  python3-koji >= 1.15
+%if 0%{?rhel} > 7
+BuildRequires:  python3-koji >= 1.16.2-32.6
+%else
+BuildRequires:  python3-koji >= 1.17
+%endif
 BuildRequires:  python3-cccolutils
 BuildRequires:  python3-openidc-client
 BuildRequires:  python3-mock
@@ -155,7 +169,11 @@ Requires:       rpmlint
 
 Requires:       python3-GitPython >= 0.2.0
 Requires:       python3-cccolutils
-Requires:       python3-koji >= 1.15
+%if 0%{?rhel} > 7
+Requires:       python3-koji >= 1.16.2-32.6
+%else
+Requires:       python3-koji >= 1.17
+%endif
 Requires:       python3-rpm
 Requires:       python3-pycurl
 Requires:       python3-six >= 1.9.0
@@ -265,6 +283,9 @@ nosetests tests
 
 
 %changelog
+* Mon Jun 10 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-4
+- Modify required version of koji package
+
 * Mon May 27 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-3
 - Backport: Custom handler for koji watch_tasks
 - Backport: Show nvr in container-build

                 reply	other threads:[~2026-08-10 21:44 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=178639824487.1.17246408624741637182.rpms-rpkg-db9eb04d09d0@fedoraproject.org \
    --to=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