From a6ec4e036588564dddcce5077d2aeddb4ef8b411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 21 May 2020 23:27:31 +0200 Subject: [PATCH] Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702) --- gdb.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 847c19f..ace2c59 100644 --- a/gdb.spec +++ b/gdb.spec @@ -11,6 +11,9 @@ # workload gets run it decreases the general performance now. # --define 'scl somepkgname': Independent packages by scl-utils-build. +# https://bugzilla.redhat.com/show_bug.cgi?id=1829702 +%global _without_python 1 + %{?scl:%scl_package gdb} %{!?scl: %global pkg_name %{name} @@ -35,7 +38,7 @@ Version: 9.1 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -1155,6 +1158,9 @@ fi %endif %changelog +* Thu May 21 2020 Miro HronĨok - 9.1-7 +- Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702) + * Thu Apr 16 2020 Kevin Buettner - 9.1-6 - Fix build breakage of gdb/python/python.c due to use of deprecated Python function (RHBZ 1822715, Kevin Buettner)