diff --git a/gdb.spec b/gdb.spec index 6fcf8d3..b4ef8dc 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,3 +1,4 @@ +%global _without_python 1 # rpmbuild parameters: # --with testsuite: Run the testsuite (biarch if possible). Default is without. # --with buildisa: Use %%{?_isa} for BuildRequires @@ -57,7 +58,7 @@ Version: 13.2 # 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: 11.0.riscv64%{?dist} +Release: 11.1.riscv64%{?dist} License: GPL-3.0-or-later AND BSD-3-clause AND FSFAP AND LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND GFDL-1.3-or-later AND LGPL-2.0-or-later WITH GCC-exception-2.0 AND GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-2.0-or-later WITH GNU-compiler-exception # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -1252,7 +1253,10 @@ fi %endif %changelog -* Tue Oct 17 2023 David Abdurachmanov +* Tue Oct 17 2023 David Abdurachmanov 13.2-11.1.riscv64 +- Bootstrap for Python 3.12 riscv64 + +* Tue Oct 17 2023 David Abdurachmanov 13.2-11.0.riscv64 - Add riscv64-linux-gnu to enabled targets - Disable inprocess agent for riscv64