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:
Dominique Leuenberger 2021-10-19 21:03:33 +00:00 committed by Git OBS Bridge
commit cff19a6216
4 changed files with 13 additions and 3 deletions

View File

@ -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>

View File

@ -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 \

View File

@ -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>

View File

@ -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