public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Conflict with old fedpkg
@ 2026-08-10 21:43
0 siblings, 0 replies; only message in thread
From: @ 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 : 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
^ 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: Conflict with old fedpkg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox