diff --git a/bash.spec b/bash.spec index 5abaacb759732812edc4e452b10862085b98469b..63e59e6c8747b14de259acc1ab6059f7bbc88ff6 100644 --- a/bash.spec +++ b/bash.spec @@ -4,11 +4,12 @@ %if %{ENABLE_RELOC} %global ldflags_options -Wl,--emit-relocs,-pie +%define _find_debuginfo_opts -strip_a %endif Name: bash Version: 5.2.15 -Release: 4 +Release: 5 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -94,7 +95,6 @@ ln -s ../configure . MFLAGS="CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS`" %make_build "$MFLAGS" objreloc bash -strip bash mv -f bash ../ popd @@ -158,6 +158,12 @@ make check %exclude %{_infodir}/dir %changelog +* Tue Sep 26 2023 yangpan -5.2.15-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:fix the issue that gdb cannot debug bash + * Tue Aug 29 2023 liutie -5.2.15-4 - Type:enhancement - ID:NA