From 30add1cedb34b2a1840df012edb0e14bc0b826e02dd4471bbfab8bf88752ae7e Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 1 Aug 2022 11:54:00 +0000 Subject: [PATCH] Accepting request 992008 from home:jcronenberg:branches:network - Add systemd drop-in directory for named service OBS-URL: https://build.opensuse.org/request/show/992008 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=351 --- bind.changes | 6 ++++++ bind.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/bind.changes b/bind.changes index 6bb97a2..fb2eb02 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 1 11:15:42 UTC 2022 - Jorik Cronenberg + +- Add systemd drop-in directory for named service + [bsc#1201689, bind.spec] + ------------------------------------------------------------------- Thu Jul 21 06:51:58 UTC 2022 - Josef Möllers diff --git a/bind.spec b/bind.spec index 15beaf9..a61a935 100644 --- a/bind.spec +++ b/bind.spec @@ -365,6 +365,7 @@ mv vendor-files/config/rndc-access.conf %{buildroot}/%{_sysconfdir}/named.d install -D -m 0644 %{_sourcedir}/named.root %{buildroot}%{_datadir}/factory%{_localstatedir}/lib/named/root.hint install -m 0644 vendor-files/config/{127.0.0,localhost}.zone %{buildroot}%{_datadir}/factory%{_localstatedir}/lib/named install -m 0644 bind.keys %{buildroot}%{_datadir}/factory%{_localstatedir}/lib/named/named.root.key + install -d -m 0755 %{buildroot}/%{_unitdir}/named.service.d %else for file in named; do install -m 0754 vendor-files/init/${file} %{buildroot}%{_initddir}/${file} @@ -477,6 +478,7 @@ fi %attr(0644,root,root) %config /%{_sysconfdir}/slp.reg.d/bind.reg %if %{with_systemd} %{_unitdir}/named.service +%dir %{_unitdir}/named.service.d %{_prefix}/lib/tmpfiles.d/bind.conf %{_sysusersdir}/named.conf %{_datadir}/factory