From 4a20a2b4f5170e68bff2a83fbf698da7097445de Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 4 Aug 2023 15:52:59 +0200 Subject: [PATCH] Ignore symbolic link change on /etc/nsswitch.conf (#2229156) Resolves: #2229156 --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index bea3254..9b875bd 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.34-78 +- Ignore symbolic link change on /etc/nsswitch.conf (#2229156) + * Fri Jul 28 2023 Florian Weimer - 2.34-77 - Fix regression with IPv4 mapped addresses in /etc/hosts (#2224504)