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
This commit is contained in:
parent
d2f5f428af
commit
85bbd8d63c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 10:34:52 UTC 2021 - Togan Muftuoglu <toganm@opensuse.org>
|
||||
|
||||
- Fix pidfile location
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 12 18:02:18 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 10:35:18 UTC 2021 - Togan Muftuoglu <toganm@opensuse.org>
|
||||
|
||||
- Fix pidfile location
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 12 18:02:18 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user