diff --git a/glibc-RHEL-108220.patch b/glibc-RHEL-108220.patch new file mode 100644 index 0000000..d6382ae --- /dev/null +++ b/glibc-RHEL-108220.patch @@ -0,0 +1,18 @@ +Downstream-only patch to remove duplicate Makefile target entry for +tst-dlmopen1mod. + +Conflict resolution in glibc-RHEL-93320-4.patch led to the duplicate +tst-dlmopen1mod entry. Therefore remove it. + +diff --git a/elf/Makefile b/elf/Makefile +index 190ee83120c498a3..e8587b10c1a8bedd 100644 +--- a/elf/Makefile ++++ b/elf/Makefile +@@ -811,7 +811,6 @@ modules-names = \ + tst-dl_find_object-mod7 \ + tst-dl_find_object-mod8 \ + tst-dl_find_object-mod9 \ +- tst-dlmopen1mod \ + tst-dlclose-lazy-mod1 \ + tst-dlclose-lazy-mod2 \ + tst-dlmopen-dlerror-mod \ diff --git a/glibc.spec b/glibc.spec index ac5f6d4..b5e50fb 100644 --- a/glibc.spec +++ b/glibc.spec @@ -157,7 +157,7 @@ end \ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 229%{?dist} +Release: 230%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -1339,6 +1339,7 @@ Patch1023: glibc-RHEL-108221.patch Patch1024: glibc-RHEL-104852-1.patch Patch1025: glibc-RHEL-104852-2.patch Patch1026: glibc-RHEL-106206.patch +Patch1027: glibc-RHEL-108220.patch ############################################################################## # Continued list of core "glibc" package information: @@ -3426,6 +3427,9 @@ update_gconv_modules_cache () %endif %changelog +* Tue Aug 19 2025 Arjun Shankar - 2.34-230 +- elf: Remove a duplicate test related Makefile target (RHEL-108220) + * Tue Aug 19 2025 Arjun Shankar - 2.34-229 - inet: Fix namespace pollution in fortification header (RHEL-106206)