diff --git a/glibc.spec b/glibc.spec index c0a529cf568a780643da51d31079a80dbc5621fa..d9570541604eed0334b4a52df317e5ab0370bb21 100644 --- a/glibc.spec +++ b/glibc.spec @@ -67,7 +67,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 35 +Release: 36 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -959,7 +959,7 @@ echo '%{_prefix}/sbin/nscd' > nscd.filelist ############################################################################## # nss modules sub-package ############################################################################## -grep -E "/libnss_(db|hesiod)(\.so\.[0-9.]+|-[0-9.]+\.so)$" \ +grep -E "%{_lib}/libnss_(db|hesiod)(\.so\.[0-9.]+|-[0-9.]+\.so)$" \ master.filelist > nss_modules.filelist ############################################################################## @@ -971,7 +971,7 @@ grep '/libnss_[a-z]*\.so$' master.filelist > nss-devel.filelist # libnsl subpackage ############################################################################## %ifnarch loongarch64 -grep -E '/libnsl\.so\.[0-9]+$' master.filelist > libnsl.filelist +grep -E '%{_lib}/libnsl\.so\.[0-9]+$' master.filelist > libnsl.filelist test $(wc -l < libnsl.filelist) -eq 1 %endif @@ -1424,7 +1424,6 @@ fi %ifnarch loongarch64 %files -f libnsl.filelist -n libnsl -/%{_lib}/libnsl.so.1 %endif %files -f debugutils.filelist debugutils @@ -1447,6 +1446,9 @@ fi %endif %changelog +* Tue Aug 27 2024 YunQiang Su - 2.38-36 +- Fix libnsl.so and libnss_.so filelist process (PR 877) + * Thu Aug 22 2024 Qingqing Li - 2.38-35 - x86: Fix bug in strchrnul-evex512 [BZ #32078] @@ -1474,14 +1476,14 @@ fi - fix bug "info command cannot index the glibc help documentation" - add the install-info libc.info.gz step during the glibc-help installation process -* Wed Jun 5 Qingqing Li - 2.38-30 +* Wed Jun 5 2024 Qingqing Li - 2.38-30 - misc: Add support for Linux uio.h RWF_NOAPPEND flag - Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782) -* Mon May 13 Qingqing Li - 2.38-29 +* Mon May 13 2024 Qingqing Li - 2.38-29 - Force DT_RPATH for --enable-hardcoded-path-in-tests -* Fri May 10 Qingqing Li - 2.38-28 +* Fri May 10 2024 Qingqing Li - 2.38-28 - backport glibc upstream 2.38 branch, here is the 26 patches: - resolv: Fix some unaligned accesses in resolver [BZ #30750] - nscd: Use time_t for return type of addgetnetgrentX