From 07b897537db1a130e23d2775a70f460ca960a1b8 Mon Sep 17 00:00:00 2001 From: Arjun Shankar Date: Tue, 24 Oct 2023 16:52:26 +0200 Subject: [PATCH] Add /usr/share/doc/glibc/gai.conf to glibc-doc (RHEL-14545) Resolves: RHEL-14545 --- glibc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 33aec4d..9662df4 100644 --- a/glibc.spec +++ b/glibc.spec @@ -155,7 +155,7 @@ end \ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 85%{?dist} +Release: 86%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -1939,6 +1939,7 @@ gzip -9nvf %{glibc_sysroot}%{_infodir}/libc* # Copy the debugger interface documentation over to the right location mkdir -p %{glibc_sysroot}%{_docdir}/glibc cp elf/rtld-debugger-interface.txt %{glibc_sysroot}%{_docdir}/glibc +cp posix/gai.conf %{glibc_sysroot}%{_docdir}/glibc %else rm -f %{glibc_sysroot}%{_infodir}/dir rm -f %{glibc_sysroot}%{_infodir}/libc.info* @@ -2929,6 +2930,9 @@ update_gconv_modules_cache () %endif %changelog +* Tue Oct 24 2023 Arjun Shankar - 2.34-86 +- Add /usr/share/doc/glibc/gai.conf to glibc-doc (RHEL-14545) + * Fri Oct 20 2023 Florian Weimer - 2.34-85 - nscd: Skip unusable entries in first pass in prune_cache (RHEL-3397)