diff --git a/ldns.spec b/ldns.spec index f5112cf..c0eae5f 100644 --- a/ldns.spec +++ b/ldns.spec @@ -29,7 +29,7 @@ Name: ldns Version: 1.8.1 -Release: 1 +Release: 2 Summary: Low-level DNS(SEC) library with API License: BSD @@ -181,7 +181,8 @@ pushd %{pkgname} --with-pyldns PYTHON=%{__python3} %endif -make %{?_smp_mflags} +# Removing smp_mflags to prevent build from failing +make make %{?_smp_mflags} doc %if %{with perl} @@ -270,6 +271,12 @@ rm -rf doc/man %endif %changelog +* Wed Jul 27 2022 zhouyihang - 1.8.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Removing smp_mflags to prevent build from failing + * Tue Apr 19 2022 gaihuiying - 1.8.1-1 - Type:bugfix - ID:NA