From 26fbb2015a73bc743f8998600a7e18d4f6a70125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 11 Jun 2019 17:54:06 +0200 Subject: [PATCH] Revert "Enable python2-subpackage in Rawhide again" This reverts commit 8af1be77c63723a731a908b31c1aa098fa3e2155. --- python-multilib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-multilib.spec b/python-multilib.spec index 645e652..54cdfcc 100644 --- a/python-multilib.spec +++ b/python-multilib.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} >= 32 +%if 0%{?fedora} >= 31 %bcond_with python2 %else %bcond_without python2 @@ -6,7 +6,7 @@ Name: python-multilib Version: 1.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A module for determining if a package is multilib or not License: GPLv2 URL: https://pagure.io/releng/python-multilib @@ -99,6 +99,9 @@ Requires: %{name}-conf = %{version}-%{release} %changelog +* Tue Jun 11 2019 Miro Hrončok - 1.2-10 +- Disable python2 package again (rhbz#1687417) + * Wed Mar 27 2019 Lubomír Sedlář - 1.2-9 - Enable python2- subpackage again (rhbz#1692588)