Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702)

This commit is contained in:
Miro Hrončok 2020-05-21 23:27:31 +02:00
parent c54196c27b
commit a6ec4e0365
1 changed files with 7 additions and 1 deletions

View File

@ -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 <mhroncok@redhat.com> - 9.1-7
- Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702)
* Thu Apr 16 2020 Kevin Buettner <kevinb@redhat.com> - 9.1-6
- Fix build breakage of gdb/python/python.c due to use of deprecated
Python function (RHBZ 1822715, Kevin Buettner)