Accepting request 925720 from server:dns
OBS-URL: https://build.opensuse.org/request/show/925720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unbound?expand=0&rev=52
This commit is contained in:
commit
cff19a6216
@ -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…
Reference in New Issue
Block a user