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