diff --git a/gdb.spec b/gdb.spec index cd14e1fc85939ebbe5dd5aa12813cd3b62fe0c1a..1b80cba1f78f8c9f39bde9cb04f081040463e070 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 14.1 -Release: 2 +Release: 3 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-1.3 Source: https://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz @@ -307,6 +307,10 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_bindir}/gstack %{_bindir}/pstack %{_includedir}/gdb +%if 0%{?_enable_debug_packages:1} +%{_libdir}/debug/usr/bin/gdb-gdb.py +%{_libdir}/debug/usr/bin/__pycache__/gdb-gdb.cpython*.pyc +%endif %files headless %{_prefix}/libexec/gdb @@ -335,6 +339,12 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_infodir}/ctf-spec.info.gz %changelog +* Wed Mar 6 2024 luofng - 14.1-3 +- Type: enhencement +- CVE:NA +- SUG:NA +- DESC:support for building with clang + * Wed Mar 6 2024 Wenlong Zhang - 14.1-2 - Fix build error for loongarch64