public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Modify required version of koji package
@ 2026-08-10 21:44
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 21:44 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:44 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:44 [rpms/rpkg] 1.70-1: Modify required version of koji package
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox