public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: python2-rpkg-1.50 is minimum version required
@ 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 : b0e04e45d07b9e0a8abb9783fde881a552e17f24
            Author : Chenxiong Qi <cqi@redhat.com>
            Date   : 2017-08-18T21:04:27+08:00
            Stats  : +6/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedpkg/c/b0e04e45d07b9e0a8abb9783fde881a552e17f24?branch=1.48-1

            Log:
            python2-rpkg-1.50 is minimum version required

This would be helpful to resolve the correct minimum version of rpkg
while installing fedpkg.

---
diff --git a/fedpkg.spec b/fedpkg.spec
index 110152d..af126a4 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -8,7 +8,7 @@
 
 Name:           fedpkg
 Version:        1.29
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -22,7 +22,7 @@ BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # We br these things for man page generation due to imports
-BuildRequires:  pyrpkg >= 1.44
+BuildRequires:  pyrpkg >= 1.50
 BuildRequires:  fedora-cert
 BuildRequires:  bash-completion
 # This until fedora-cert gets fixed
@@ -34,7 +34,7 @@ BuildRequires:  python-mock
 
 Requires:       bodhi-client
 Requires:       fedora-cert
-Requires:       pyrpkg >= 1.47
+Requires:       pyrpkg >= 1.50
 Requires:       python-fedora
 Requires:       python-pycurl
 Requires:       redhat-rpm-config
@@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 18 2017 Chenxiong Qi <cqi@redhat.com> - 1.29-2
+- python2-rpkg-1.50 is minimum version required
+
 * Thu Aug 17 2017 Chenxiong Qi <cqi@redhat.com> - 1.29-1
 - Remove unused variable in Commands.retire (cqi)
 - No more pkgdb. (rbean)

^ 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: python2-rpkg-1.50 is minimum version required Chenxiong Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox