public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702)
@ 2026-06-27 23:59
0 siblings, 0 replies; only message in thread
From: @ 2026-06-27 23:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : a6ec4e036588564dddcce5077d2aeddb4ef8b411
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2020-05-21T23:27:31+02:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/a6ec4e036588564dddcce5077d2aeddb4ef8b411?branch=gdb-17.2-rebase-f44
Log:
Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702)
---
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 <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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-27 23:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:59 [rpms/gdb] gdb-17.2-rebase-f44: Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox