Ignore symbolic link change on /etc/nsswitch.conf (#2229156)

Resolves: #2229156
This commit is contained in:
Florian Weimer 2023-08-04 15:52:59 +02:00
parent a02be7c868
commit 4a20a2b4f5
1 changed files with 5 additions and 2 deletions

View File

@ -155,7 +155,7 @@ end \
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 77%{?dist}
Release: 78%{?dist}
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
# libraries.
@ -2802,7 +2802,7 @@ update_gconv_modules_cache ()
%if %{buildpower10}
%dir /%{_libdir}/glibc-hwcaps/power10
%endif
%verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
%verify(not md5 size mtime link) %config(noreplace) /etc/nsswitch.conf
%verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
%verify(not md5 size mtime) %config(noreplace) /etc/rpc
%dir /etc/ld.so.conf.d
@ -2894,6 +2894,9 @@ update_gconv_modules_cache ()
%endif
%changelog
* Fri Aug 4 2023 Florian Weimer <fweimer@redhat.com> - 2.34-78
- Ignore symbolic link change on /etc/nsswitch.conf (#2229156)
* Fri Jul 28 2023 Florian Weimer <fweimer@redhat.com> - 2.34-77
- Fix regression with IPv4 mapped addresses in /etc/hosts (#2224504)