From 85bbd8d63c4cc6553819ed6e006d30a335328d9033a356b013166b91af6e3bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sat, 16 Oct 2021 17:07:16 +0000 Subject: [PATCH] Accepting request 925668 from home:toganm:branches:server:dns - Fix pidfile location - Fix pidfile location OBS-URL: https://build.opensuse.org/request/show/925668 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=142 --- libunbound-devel-mini.changes | 5 +++++ libunbound-devel-mini.spec | 2 +- unbound.changes | 5 +++++ unbound.spec | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/libunbound-devel-mini.changes b/libunbound-devel-mini.changes index 18fe4e4..66da0ae 100644 --- a/libunbound-devel-mini.changes +++ b/libunbound-devel-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 16 10:34:52 UTC 2021 - Togan Muftuoglu + +- Fix pidfile location + ------------------------------------------------------------------- Thu Aug 12 18:02:18 UTC 2021 - Michael Ströder diff --git a/libunbound-devel-mini.spec b/libunbound-devel-mini.spec index efdc9c0..70b69bc 100644 --- a/libunbound-devel-mini.spec +++ b/libunbound-devel-mini.spec @@ -84,7 +84,7 @@ export CXXFLAGS="%{optflags}" --enable-relro-now \ --enable-dnscrypt \ --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \ - --with-pidfile=%{piddir}%{name}/%{name}.pid \ + --with-pidfile=%{piddir}/%{name}/%{name}.pid \ --without-pythonmodule --without-pyunbound \ --with-libunbound-only \ --with-rootkey-file=%{_sharedstatedir}/unbound/root.key \ diff --git a/unbound.changes b/unbound.changes index a92e655..aa04556 100644 --- a/unbound.changes +++ b/unbound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 16 10:35:18 UTC 2021 - Togan Muftuoglu + +- Fix pidfile location + ------------------------------------------------------------------- Thu Aug 12 18:02:18 UTC 2021 - Michael Ströder diff --git a/unbound.spec b/unbound.spec index 502602a..9edc4c8 100644 --- a/unbound.spec +++ b/unbound.spec @@ -220,7 +220,7 @@ pushd ../p2 --enable-dnstap \ %endif --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \ - --with-pidfile=%{piddir}%{name}/%{name}.pid \ + --with-pidfile=%{piddir}/%{name}/%{name}.pid \ --with-pythonmodule --with-pyunbound PYTHON=%{__python2}\ --with-rootkey-file=%{_sharedstatedir}/unbound/root.key \ --disable-explicit-port-randomisation @@ -247,7 +247,7 @@ popd --enable-dnstap \ %endif --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \ - --with-pidfile=%{piddir}%{name}/%{name}.pid \ + --with-pidfile=%{piddir}/%{name}/%{name}.pid \ %if %{with python3} --with-pythonmodule --with-pyunbound PYTHON=%{__python3}\ %endif