public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Rename koji to python2-koji
@ 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 : f773cb596c2f88334f5f268ec8ae1c765bd1b524
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2017-07-10T14:18:51+08:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/f773cb596c2f88334f5f268ec8ae1c765bd1b524?branch=1.70-1
Log:
Rename koji to python2-koji
Since koji-1.31, Koji shared library is moved to separated package
python2-koji for Python 2. So, rebuild rpkg to rename koji to this new
package name.
Resolves: rhbz#1468836
---
diff --git a/rpkg.spec b/rpkg.spec
index 7e97871..cf3c231 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
Name: rpkg
Version: 1.49
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Python library for interacting with rpm+git
License: GPLv2+ and LGPLv2
@@ -34,7 +34,7 @@ BuildRequires: python-devel, python-setuptools
# We br these things for man page generation due to imports
BuildRequires: GitPython
-BuildRequires: koji
+BuildRequires: python2-koji
BuildRequires: python2-cccolutils
BuildRequires: python-kitchen
BuildRequires: python-pycurl
@@ -49,7 +49,7 @@ BuildRequires: python-argparse
%endif
Requires: GitPython >= 0.2.0
-Requires: koji
+Requires: python2-koji
Requires: python2-cccolutils
Requires: python-kitchen
Requires: python-pycurl
@@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}
%changelog
+* Mon Jul 10 2017 Chenxiong Qi <cqi@redhat.com> - 1.49-6
+- Rename koji to python2-koji
+
* Thu Jun 29 2017 Lubomír Sedlář <lsedlar@redhat.com> - 1.49-5
- Allow using namespace in --module-name attribute
^ 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: Rename koji to python2-koji Chenxiong Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox