diff --git a/glibc.spec b/glibc.spec index 0aa7cd7..27d5d31 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1440,6 +1440,15 @@ rm -rf etc var usr/bin usr/lib/gconv usr/libexec usr/sbin usr/share rm -f lib/libnss_db* lib/libnss_hesiod* lib/libnsl* usr/lib/libnsl* usr/lib/libnss* rm usr/lib/libc_malloc_debug.so strip -g usr/lib/*.o +for f in usr/lib/*.so; do + case "$f" in + # libc.so is a text file, not an object + usr/lib/libc.so ) ;; + * ) strip $f ;; + esac +done +strip usr/lib/*.so.? +strip usr/lib/audit/*.so popd mkdir glibc32-headers cp -a %{glibc_sysroot}%{_includedir} glibc32-headers @@ -2359,7 +2368,7 @@ update_gconv_modules_cache () %endif %changelog -* Thu Jul 30 2026 Eduard Abdullin - 2.39-132.alma.1 +* Fri Jul 31 2026 Eduard Abdullin - 2.39-133.alma.1 - Overwrite target for x86_64_v2 - Update patch-git.lua to handle AlmaLinux branches correctly