forked from rpms/glibc
Add /usr/share/doc/glibc/gai.conf to glibc-doc (RHEL-12894)
Resolves: RHEL-12894
This commit is contained in:
parent
1ff30367b7
commit
98f96587ed
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.28
|
%define glibcsrcdir glibc-2.28
|
||||||
%define glibcversion 2.28
|
%define glibcversion 2.28
|
||||||
%define glibcrelease 239%{?dist}
|
%define glibcrelease 240%{?dist}
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -1915,6 +1915,7 @@ gzip -9nvf %{glibc_sysroot}%{_infodir}/libc*
|
|||||||
# Copy the debugger interface documentation over to the right location
|
# Copy the debugger interface documentation over to the right location
|
||||||
mkdir -p %{glibc_sysroot}%{_docdir}/glibc
|
mkdir -p %{glibc_sysroot}%{_docdir}/glibc
|
||||||
cp elf/rtld-debugger-interface.txt %{glibc_sysroot}%{_docdir}/glibc
|
cp elf/rtld-debugger-interface.txt %{glibc_sysroot}%{_docdir}/glibc
|
||||||
|
cp posix/gai.conf %{glibc_sysroot}%{_docdir}/glibc
|
||||||
%else
|
%else
|
||||||
rm -f %{glibc_sysroot}%{_infodir}/dir
|
rm -f %{glibc_sysroot}%{_infodir}/dir
|
||||||
rm -f %{glibc_sysroot}%{_infodir}/libc.info*
|
rm -f %{glibc_sysroot}%{_infodir}/libc.info*
|
||||||
@ -2886,6 +2887,9 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 24 2023 Arjun Shankar <arjun@redhat.com> - 2.28-240
|
||||||
|
- Add /usr/share/doc/glibc/gai.conf to glibc-doc (RHEL-12894)
|
||||||
|
|
||||||
* Fri Oct 20 2023 Florian Weimer <fweimer@redhat.com> - 2.28-239
|
* Fri Oct 20 2023 Florian Weimer <fweimer@redhat.com> - 2.28-239
|
||||||
- nscd: Skip unusable entries in first pass in prune_cache (RHEL-1192)
|
- nscd: Skip unusable entries in first pass in prune_cache (RHEL-1192)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user