public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Require python2-rpkg-1.54-2 as minimum version
@ 2026-08-10 21:45 Chenxiong Qi
0 siblings, 0 replies; only message in thread
From: Chenxiong Qi @ 2026-08-10 21:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedpkg
Branch : 1.48-1
Commit : 5df51dcd300b405be98cf18fcba28a67b4ff30e4
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2018-05-21T20:23:20+08:00
Stats : +8/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/5df51dcd300b405be98cf18fcba28a67b4ff30e4?branch=1.48-1
Log:
Require python2-rpkg-1.54-2 as minimum version
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
---
diff --git a/fedpkg.spec b/fedpkg.spec
index 102f10f..f0ed754 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -5,7 +5,7 @@
Name: fedpkg
Version: 1.33
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Fedora utility for working with dist-git
License: GPLv2+
@@ -36,7 +36,7 @@ Requires: redhat-rpm-config
BuildRequires: python2-devel
# We br these things for man page generation due to imports
-BuildRequires: python2-rpkg >= 1.54
+BuildRequires: python2-rpkg >= 1.54-2
# This until fedora-cert gets fixed
BuildRequires: python2-fedora
# For testing
@@ -64,7 +64,7 @@ BuildRequires: python2-bugzilla
Requires: python2-bugzilla
%endif
-Requires: python2-rpkg >= 1.54
+Requires: python2-rpkg >= 1.54-2
Requires: python2-fedora
Requires: python2-openidc-client
@@ -73,7 +73,7 @@ Requires: python2-openidc-client
%global __python %{__python3}
BuildRequires: python3-devel
-BuildRequires: python3-rpkg >= 1.54
+BuildRequires: python3-rpkg >= 1.54-2
# This until fedora-cert gets fixed
BuildRequires: python3-fedora
# For testing
@@ -84,7 +84,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-bugzilla
Requires: python3-bugzilla
-Requires: python3-rpkg >= 1.54
+Requires: python3-rpkg >= 1.54-2
Requires: python3-fedora
Requires: python3-openidc-client
%endif
@@ -147,6 +147,9 @@ nosetests
%changelog
+* Mon May 21 2018 Chenxiong Qi <cqi@redhat.com> 1.33-2
+* Require python2-rpkg-1.54-2 as minimum version
+
* Mon May 14 2018 Chenxiong Qi <cqi@redhat.com> - 1.33-1
- Allow running tests against specified rpkg (cqi)
- Fix test due to rpkg uses getpass.getuser (cqi)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:45 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:45 [rpms/fedpkg] 1.48-1: Require python2-rpkg-1.54-2 as 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