diff --git a/knot.changes b/knot.changes index 31014cb..03399d6 100644 --- a/knot.changes +++ b/knot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 1 21:42:11 UTC 2024 - Michal Hrusecky + +- use distribution library on Tumbleweed for DoQ support + ------------------------------------------------------------------- Mon Jul 1 21:26:34 UTC 2024 - Michal Hrusecky diff --git a/knot.spec b/knot.spec index a7aea17..ac0487b 100644 --- a/knot.spec +++ b/knot.spec @@ -49,6 +49,9 @@ Source99: knot.keyring BuildRequires: libcap-ng-devel BuildRequires: libedit-devel BuildRequires: libnghttp2-devel +%if 0%{?suse_version} >= 1600 +BuildRequires: libngtcp2-devel +%endif BuildRequires: liburcu-devel BuildRequires: lmdb-devel >= 0.9.15 BuildRequires: openssl-devel @@ -146,7 +149,9 @@ This package contains a library for a zone record scanner. --libexecdir=%{_libexecdir}/%{pkg_name} \ --includedir=%{_includedir}/knot/ \ --disable-static \ +%if 0%{?suse_version} < 1600 --enable-quic \ +%endif --enable-recvmmsg=yes \ %if %{with lto} --enable-lto=yes \