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

Resolves: #2229709
This commit is contained in:
Florian Weimer 2023-08-07 14:19:10 +02:00
parent d5f9b5715a
commit 1afa752bd9

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.28
%define glibcversion 2.28
%define glibcrelease 233%{?dist}
%define glibcrelease 234%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -2790,7 +2790,7 @@ fi
%ifarch s390x
/lib/ld64.so.1
%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
@ -2873,6 +2873,9 @@ fi
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
%changelog
* Mon Aug 7 2023 Florian Weimer <fweimer@redhat.com> - 2.28-234
- Ignore symbolic link change on /etc/nsswitch.conf (#2229709)
* Wed Jul 26 2023 DJ Delorie <dj@redhat.com> - 2.28-233
- Update test to closer match upstream. (#2176707)