From 96872e970af0a4ad343f626c09ca82863882c72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 28 Jan 2026 11:24:37 +0100 Subject: [PATCH] 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-132054 --- bind-chroot.tmpfiles.d | 1 + bind9.18.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bind-chroot.tmpfiles.d b/bind-chroot.tmpfiles.d index ba13ee1..13992fd 100644 --- a/bind-chroot.tmpfiles.d +++ b/bind-chroot.tmpfiles.d @@ -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 - diff --git a/bind9.18.spec b/bind9.18.spec index e44f2a6..c9aad54 100644 --- a/bind9.18.spec +++ b/bind9.18.spec @@ -75,7 +75,7 @@ License: MPL-2.0 AND ISC AND MIT AND BSD-3-Clause AND BSD-2-Clause # ./lib/isc/tm.c BSD-2-clause and/or MPL-2.0 # ./lib/isccfg/parser.c BSD-2-clause and/or MPL-2.0 Version: 9.18.29 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -1006,6 +1006,9 @@ fi; %endif %changelog +* Wed Jan 28 2026 Petr Menšík - 32:9.16.29-11 +- Add forgotten _libdir/named into bind-chroot tmpfiles (RHEL-132053) + * Fri Dec 12 2025 Petr Menšík - 32:9.18.29-11 - Add sysusers named user creation (RHEL-132053)