From e2b6ef465e0bb7598b5e45b48d47cfaad9f052ed Mon Sep 17 00:00:00 2001 From: zhangnaichuan Date: Fri, 12 Sep 2025 03:22:58 +0000 Subject: [PATCH] ignore GLIBC_PRIVATE and GLIBC_ABI_DT_RELR in rpm requires and provides --- glibc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 87fea7c..62799f6 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 -- Gitee