From 92274431ce3974d8447ad7f8b4c91ee50e9b6f14 Mon Sep 17 00:00:00 2001 From: pan-y Date: Tue, 12 Sep 2023 15:25:39 +0800 Subject: [PATCH] revert fix issues about not stripped --- glibc.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/glibc.spec b/glibc.spec index f618e81..8322a9a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -50,10 +50,6 @@ %global ENABLE_RELOC 1 -%if %{ENABLE_RELOC} -%define _find_debuginfo_opts -strip_a -%endif - # Only some architectures have static PIE support %define pie_arches %{ix86} x86_64 aarch64 @@ -71,7 +67,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 6 +Release: 7 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1299,6 +1295,9 @@ fi %endif %changelog +* Tue Sep 12 2023 yangpan - 2.38-7 +- revert fix issues about not stripped + * Mon Sep 11 2023 yangpan - 2.38-6 - fix issues about not stripped -- Gitee