public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/bind] f43: Remove /etc/rwtab from the package
Date: Wed, 24 Jun 2026 15:45:41 GMT [thread overview]
Message-ID: <178231594159.1.12559013267639837162.rpms-bind-95f9c884e4a4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/bind
Branch : f43
Commit : 95f9c884e4a4a348372bfe948e5edc826c3b131d
Author : Petr Menšík <pemensik@redhat.com>
Date : 2026-06-24T17:45:00+02:00
Stats : +1/-11 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/bind/c/95f9c884e4a4a348372bfe948e5edc826c3b131d?branch=f43
Log:
Remove /etc/rwtab from the package
---
diff --git a/bind.spec b/bind.spec
index f69f912..f5dce60 100644
--- a/bind.spec
+++ b/bind.spec
@@ -113,7 +113,6 @@ Source37: named.service
Source38: named-chroot.service
Source41: setup-named-chroot.sh
Source42: generate-rndc-key.sh
-Source43: named.rwtab
Source44: named-chroot-setup.service
Source46: named-setup-rndc.service
Source48: setup-named-softhsm.sh
@@ -677,9 +676,6 @@ mkdir -p ${RPM_BUILD_ROOT}%{_tmpfilesdir}
install -p -m 644 %{SOURCE35} ${RPM_BUILD_ROOT}%{_tmpfilesdir}/named.conf
install -p -m 644 %{SOURCE51} ${RPM_BUILD_ROOT}%{_tmpfilesdir}/%{name}-chroot.conf
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/rwtab.d
-install -p -m 644 %{SOURCE43} ${RPM_BUILD_ROOT}%{_sysconfdir}/rwtab.d/named
-
%post
%?ldconfig
if [ "$1" -eq 1 ]; then
@@ -773,7 +769,6 @@ fi;
%config(noreplace) %attr(0644,root,named) %{_sysconfdir}/named.ca
%config(noreplace) %{_sysconfdir}/logrotate.d/named
%{_tmpfilesdir}/named.conf
-%{_sysconfdir}/rwtab.d/named
%{_unitdir}/named.service
%{_unitdir}/named-setup-rndc.service
%{_sysusersdir}/named.conf
@@ -951,6 +946,7 @@ fi;
%changelog
* Wed Jun 17 2026 Petr Menšík <pemensik@redhat.com> - 32:9.18.50-1
- Update to 9.18.50 (rhbz#2489833)
+- Remove rwtab files
* Wed May 20 2026 Petr Menšík <pemensik@redhat.com> - 32:9.18.49-1
- Update to 9.18.49 (rhbz#2480121)
diff --git a/named.rwtab b/named.rwtab
deleted file mode 100644
index 2cb3a41..0000000
--- a/named.rwtab
+++ /dev/null
@@ -1,6 +0,0 @@
-dirs /var/named
-
-files /var/named/named.ca
-files /var/named/named.empty
-files /var/named/named.localhost
-files /var/named/named.loopback
reply other threads:[~2026-06-24 15:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178231594159.1.12559013267639837162.rpms-bind-95f9c884e4a4@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox