Ignore symbolic link change on /etc/nsswitch.conf (#2229709)
Resolves: #2229709
This commit is contained in:
parent
d5f9b5715a
commit
1afa752bd9
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.28
|
%define glibcsrcdir glibc-2.28
|
||||||
%define glibcversion 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
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -2790,7 +2790,7 @@ fi
|
|||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
/lib/ld64.so.1
|
/lib/ld64.so.1
|
||||||
%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
|
||||||
@ -2873,6 +2873,9 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 26 2023 DJ Delorie <dj@redhat.com> - 2.28-233
|
||||||
- Update test to closer match upstream. (#2176707)
|
- Update test to closer match upstream. (#2176707)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user