Add forgotten _libdir/named into bind-chroot tmpfiles
One of libdir directories was forgotten. It is the directory containing the actual plugin, might cause issues if filter-aaaa.so plugin is used. Resolves: RHEL-135629
This commit is contained in:
parent
2268381922
commit
7b64b8a7d1
@ -21,6 +21,7 @@ d /var/named/chroot/run 0750 root named -
|
||||
d /var/named/chroot/usr - root root -
|
||||
d /var/named/chroot/usr/lib64 - root root -
|
||||
d /var/named/chroot/usr/lib64/bind - root root -
|
||||
d /var/named/chroot/usr/lib64/named - root root -
|
||||
d /var/named/chroot/usr/share/GeoIP - root root -
|
||||
d /var/named/chroot/usr/share/named - root root -
|
||||
d /var/named/chroot/proc - root root -
|
||||
|
||||
@ -54,7 +54,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
||||
Name: bind
|
||||
License: MPLv2.0
|
||||
Version: 9.16.23
|
||||
Release: 39%{?dist}
|
||||
Release: 40%{?dist}
|
||||
Epoch: 32
|
||||
Url: https://www.isc.org/downloads/bind/
|
||||
#
|
||||
@ -1260,6 +1260,9 @@ fi;
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 28 2026 Petr Menšík <pemensik@redhat.com> - 32:9.16.23-40
|
||||
- Add forgotten _libdir/named into bind-chroot tmpfiles (RHEL-135629)
|
||||
|
||||
* Thu Jan 22 2026 Fedor Vorobev <fvorobev@redhat.com> - 32:9.16.23-39
|
||||
- Backport fix for nameserver line processing. (RHEL-79714)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user