public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: Conflict with old fedpkg
Date: Mon, 10 Aug 2026 21:43:38 GMT	[thread overview]
Message-ID: <178639821877.1.16695028969724718775.rpms-rpkg-e11086eb8cee@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rpkg
            Branch : 1.70-1
            Commit : e11086eb8cee9394ce88ef2cf5233a5c90f8d1a1
            Author : Lubomír Sedlář <lsedlar@redhat.com>
            Date   : 2016-12-08T16:25:41+01:00
            Stats  : +6/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/e11086eb8cee9394ce88ef2cf5233a5c90f8d1a1?branch=1.70-1

            Log:
            Conflict with old fedpkg

There is the realms attribute for Commands class that is not accepted by
fedpkg older than 1.26 (the latest build at this point). This patch will
prevent people using Fedora Rawhide from installing new pyrpkg without
upgrading fedpkg as well.

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1402882
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>

---
diff --git a/rpkg.spec b/rpkg.spec
index b9505ab..2b4c2b0 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.47
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -51,6 +51,8 @@ Requires:       python2-cccolutils
 Requires:       python-argparse
 %endif
 
+Conflicts:      fedpkg < 1.26
+
 BuildRequires:  python-six >= 1.9.0
 BuildRequires:  python2-cccolutils
 
@@ -94,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec 08 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.47-3
+- Conflict with too old fedpkg
+
 * Wed Dec 07 2016 Chenxiong Qi <cqi@redhat.com> - 1.47-2
 - Fix test that fails on a Koji ARM builder
 

                 reply	other threads:[~2026-08-10 21:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178639821877.1.16695028969724718775.rpms-rpkg-e11086eb8cee@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox