diff --git a/unbound.spec b/unbound.spec index dd3ea307f14a5c7757cb54f564789fefae1c1d04..6cc682d76e43998c8d4a24a7f6636730f100b139 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.11.0 -Release: 3 +Release: 4 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -97,6 +97,11 @@ pushd %{name}-%{version} %make_build streamtcp popd +%check +pushd %{name}-%{version} +make check +popd + %install pushd %{name}-%{version} @@ -232,6 +237,12 @@ popd %{_mandir}/man* %changelog +* Fri Jan 21 2022 jiangheng - 1.11.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable make check + * Thu Dec 02 2021 xihaochen - 1.11.0-3 - Type:bugfix - ID:NA