diff --git a/glibc.spec b/glibc.spec index 5f64bc14e912c37e079f54a825217ac47bd45f0d..b207344622a119fce60b838d0b2d05e8a8a3c85f 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,5 @@ -%global __filter_GLIBC_PRIVATE 1 +%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`") @@ -67,7 +68,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 68 +Release: 69 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1587,6 +1588,9 @@ fi %endif %changelog +* Thu Sep 11 2025 zhangnaichuan - 2.38-69 +- ignore GLIBC_PRIVATE and GLIBC_ABI_DT_RELR in rpm requires and provides + * Fri Aug 29 2025 Qingqing Li - 2.38-68 - i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221] - Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]