diff --git a/glibc.spec b/glibc.spec index 87fea7cb918791792476065ffec71502f683b91c..62799f6b4b4141c2efe52c33de4ca5be39d0721c 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,5 +1,5 @@ -%global __requires_exclude GLIBC_PRIVATE -%global __provides_exclude GLIBC_PRIVATE +%global __requires_exclude (GLIBC_PRIVATE|GLIBC_ABI_DT_RELR) +%global __provides_exclude (GLIBC_PRIVATE|GLIBC_ABI_DT_RELR) %define rpm_ver_major %(eval "echo `rpm -q rpm |cut -d '-' -f2 |cut -d. -f1`") %define rpm_ver_minor %(eval "echo `rpm -q rpm |cut -d '-' -f2 |cut -d. -f2`") @@ -71,7 +71,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 171 +Release: 172 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1558,6 +1558,9 @@ fi %endif %changelog +* Fri Sep 12 2025 zhangnaichuan - 2.34-172 +- ignore GLIBC_PRIVATE and GLIBC_ABI_DT_RELR in rpm requires and provides + * Thu Sep 04 2025 MayShao 2.34-171 - x86: Set preferred CPU features and update Shared to LLC for Zhaoxin processors