public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Fix: work properly with koji prod and stg profile
@ 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 : c3630d5dea51a051f99291ad25829ca0e47c2ed9
            Author : Chenxiong Qi <cqi@redhat.com>
            Date   : 2017-09-01T10:47:20+08:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedpkg/c/c3630d5dea51a051f99291ad25829ca0e47c2ed9?branch=1.48-1

            Log:
            Fix: work properly with koji prod and stg profile

Besides adding missing dependent packages, also modify subpackage
fedpkg-stage to require exact fedpkg by N-V-R. That could prevent from
installing older fedpkg package with same N-V but smaller release
number. Actually, fedpkg-stage should work with fedpkg that is built
from same Koji build N-V-R.

---
diff --git a/fedpkg.spec b/fedpkg.spec
index af126a4..c92579a 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -8,7 +8,7 @@
 
 Name:           fedpkg
 Version:        1.29
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -34,6 +34,8 @@ BuildRequires:  python-mock
 
 Requires:       bodhi-client
 Requires:       fedora-cert
+Requires:       fedora-packager
+Requires:       koji
 Requires:       pyrpkg >= 1.50
 Requires:       python-fedora
 Requires:       python-pycurl
@@ -46,7 +48,7 @@ Provides the fedpkg command for working with dist-git
 %package        -n fedpkg-stage
 Summary:        Fedora utility for working with dist-git
 Group:          Applications/System
-Requires:       fedpkg >= 1.26
+Requires:       %{name} = %{version}.%{release}
 
 %description    -n fedpkg-stage
 Provides the fedpkg command for working with dist-git
@@ -96,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 01 2017 Chenxiong Qi <cqi@redhat.com> - 1.29-3
+- Fix: work properly with koji prod and stg profile
+
 * Fri Aug 18 2017 Chenxiong Qi <cqi@redhat.com> - 1.29-2
 - python2-rpkg-1.50 is minimum version required
 

^ 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: Fix: work properly with koji prod and stg profile Chenxiong Qi

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