diff --git a/glibc.spec b/glibc.spec index 8d1bda9..c806310 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.28-234 +- Ignore symbolic link change on /etc/nsswitch.conf (#2229709) + * Wed Jul 26 2023 DJ Delorie - 2.28-233 - Update test to closer match upstream. (#2176707)