From 3eedad547ca37ca4a762079f07344a327890cb6c 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-132053 --- bind-chroot.tmpfiles.d | 1 + bind.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/bind.spec b/bind.spec index d0d5740..6a9b260 100644 --- a/bind.spec +++ b/bind.spec @@ -80,7 +80,7 @@ License: MPL-2.0 AND ISC AND MIT AND BSD-3-Clause AND BSD-2-Clause # Before rebasing bind, ensure bind-dyndb-ldap is ready to be rebuild and use side-tag with it. # Updating just bind will cause freeipa-dns-server package to be uninstallable. Version: 9.18.33 -Release: 14%{?dist} +Release: 15%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -958,6 +958,9 @@ fi; %endif %changelog +* Wed Jan 28 2026 Petr Menšík - 32:9.18.33-15 +- Add forgotten _libdir/named into bind-chroot tmpfiles (RHEL-132053) + * Fri Dec 12 2025 Petr Menšík - 32:9.18.33-14 - Create /var/named directories for bind-chroot (RHEL-132053)