From e11086eb8cee9394ce88ef2cf5233a5c90f8d1a1 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Dec 08 2016 15:25:41 +0000 Subject: 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ář --- 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ář - 1.47-3 +- Conflict with too old fedpkg + * Wed Dec 07 2016 Chenxiong Qi - 1.47-2 - Fix test that fails on a Koji ARM builder