From 63f232593a377dc60ed734f9b9ec8c83e067de95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 10 Jan 2019 13:41:03 +0100 Subject: [PATCH] Remove Python 2 subpackage from Fedora 30+ --- subscription-manager.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subscription-manager.spec b/subscription-manager.spec index 63fcf2a..7931e6e 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -19,7 +19,7 @@ %bcond_without python3 %endif -%if !(0%{?fedora} && %{with python3}) +%if !(0%{?fedora} < 30 && %{with python3}) %bcond_with python2_rhsm %else %bcond_without python2_rhsm @@ -132,7 +132,7 @@ Name: subscription-manager Version: 1.24.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base License: GPLv2 @@ -1101,6 +1101,9 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Jan 10 2019 Miro HronĨok - 1.24.2-2 +- 1650203: Remove Python 2 subpackage from Fedora 30+ (mhroncok@redhat.com) + * Mon Nov 05 2018 Christopher Snyder 1.24.2-1 - 1645205: Do not update ent certs inside containers (csnyder@redhat.com) - 1633304: Disable zypper product-id plugin. (awood@redhat.com)