From 373cb486ed5bfc3a9b627daa06c8c1ead45f2327 Mon Sep 17 00:00:00 2001 From: swcompiler Date: Tue, 12 Aug 2025 15:12:09 +0800 Subject: [PATCH] Add libnss_db --- glibc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 58b2090..1f24250 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define anolis_release 13 +%define anolis_release 14 %bcond_without testsuite %bcond_without benchtests @@ -1168,9 +1168,7 @@ update_gconv_modules_cache () %files -n nss_db /var/db/Makefile -%ifnarch sw_64 /lib64/libnss_db.so.2 -%endif %{_bindir}/makedb %files -n nss_hesiod @@ -1199,6 +1197,9 @@ update_gconv_modules_cache () %{_libdir}/libpthread_nonshared.a %changelog +* Tue Aug 12 2025 swcompiler - 2.38-14 +- SW64: Add libnss_db + * Mon Aug 04 2025 wenxin - 2.38-13 - Add patch to fix CVE-2025-8058 -- Gitee