diff --git a/qatengine.spec b/qatengine.spec index 8cdf7dbfde6b24f69b61a1ed6fe2151a6e414ead..3ee71d22d3c00436cd39dd330c6b287b8f094b5f 100644 --- a/qatengine.spec +++ b/qatengine.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global githubname QAT_Engine %global enginesdir %(pkg-config --variable=enginesdir libcrypto) @@ -39,7 +39,7 @@ The %{name}-doc package contains documentation files for %{name}. %build autoreconf -ivf -%configure --enable-qat_sw --disable-qat_hw +%configure --enable-qat_sw --enable-qat_hw %make_build %install @@ -55,6 +55,9 @@ rm -rf %{buildroot}%{enginesdir}/qatengine.la %doc README.md docs* %changelog +* Fri Feb 03 2023 Xuchun Shang - 0.6.16-3 +- enable qat_hw + * Tue Oct 25 2022 happy_orange - 0.6.16-2 - enable qat_sw and disable qat_hw