elf: Remove a duplicate test related Makefile target (RHEL-108220)

Resolves: RHEL-108220
This commit is contained in:
Arjun Shankar 2025-08-19 15:19:05 +02:00
parent e54a9f817e
commit dc52472777
2 changed files with 23 additions and 1 deletions

18
glibc-RHEL-108220.patch Normal file
View File

@ -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 \

View File

@ -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 <arjun@redhat.com> - 2.34-230
- elf: Remove a duplicate test related Makefile target (RHEL-108220)
* Tue Aug 19 2025 Arjun Shankar <arjun@redhat.com> - 2.34-229
- inet: Fix namespace pollution in fortification header (RHEL-106206)