From 795b463ffe442bfd53afeaafb31f1afcbc31e5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Fri, 6 Dec 2024 17:06:05 +0800 Subject: [PATCH] include all patches in the source package. delete useless patches in the source package. --- glibc.spec | 8 +++--- ...-relocation-information-for-sysboost.patch | 25 ------------------- 2 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 reserve-relocation-information-for-sysboost.patch diff --git a/glibc.spec b/glibc.spec index fa68a13..cea07b8 100644 --- a/glibc.spec +++ b/glibc.spec @@ -67,7 +67,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 43 +Release: 44 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -257,9 +257,6 @@ Patch9006: fix-Segmentation-fault-in-nss-module.patch Patch9007: fix_nss_database_check_reload_and_get_memleak.patch Patch9008: 0001-fix-glibc-build-error-on-x86.patch -%if %{ENABLE_RELOC} -Patch9009: reserve-relocation-information-for-sysboost.patch -%endif Patch9010: add-Wl-z-noseparate-code-for-so.patch Provides: ldconfig rtld(GNU_HASH) bundled(gnulib) @@ -1466,6 +1463,9 @@ fi %endif %changelog +* Fri Dec 06 2024 shenzhongwei - 2.38-44 +- delete useless patches in the source package. + * Fri Nov 29 2024 shixuantong - 2.38-43 - elf: avoid jumping over a needed declaration - elf: Move __rtld_malloc_init_stubs call into _dl_start_final diff --git a/reserve-relocation-information-for-sysboost.patch b/reserve-relocation-information-for-sysboost.patch deleted file mode 100644 index fc1be70..0000000 --- a/reserve-relocation-information-for-sysboost.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b44dbe791e801b4ef40352849b83264e8ad9415b Mon Sep 17 00:00:00 2001 -From: lw -Date: Mon, 21 Aug 2023 15:28:09 +0800 -Subject: [PATCH] reserve relocation information for sysboost - ---- - Makerules | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makerules b/Makerules -index 018780c8..a4603f68 100644 ---- a/Makerules -+++ b/Makerules -@@ -534,7 +534,7 @@ lib%.so: lib%_pic.a $(+preinit) $(+postinit) $(link-libc-deps) - $(call after-link,$@) - - define build-shlib-helper --$(LINK.o) -shared -static-libgcc -Wl,-O1 $(sysdep-LDFLAGS) \ -+$(LINK.o) -shared -static-libgcc -Wl,-O1 $(sysdep-LDFLAGS) -Wl,--emit-relocs \ - $(if $($(@F)-no-z-defs)$(no-z-defs),,-Wl,-z,defs) $(rtld-LDFLAGS) \ - $(if $($(@F)-no-dt-relr),$(no-dt-relr-ldflag),$(dt-relr-ldflag)) \ - $(extra-B-$(@F:lib%.so=%).so) -B$(csu-objpfx) \ --- -2.33.0 - -- Gitee