diff --git a/bash.spec b/bash.spec index 7ab4f1a529e1b131a2f6a6e996e9a36ab6fa7606..c70a1fcb05056c1a1a164c1ceb24efa453959dbc 100644 --- a/bash.spec +++ b/bash.spec @@ -2,11 +2,13 @@ %if %{ENABLE_RELOC} %global ldflags_options -Wl,--emit-relocs,-pie +%define _find_debuginfo_opts -strip_a %endif + Name: bash Version: 5.2.15 -Release: 3 +Release: 4 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -92,7 +94,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 %endif @@ -155,6 +156,12 @@ make check %exclude %{_infodir}/dir %changelog +* Mon Sep 25 2023 yangpan -5.2.15-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:fix the issue that gdb cannot debug bash + * Tue Aug 29 2023 liutie -5.2.15-3 - Type:enhancement - ID:NA