From 675a0986e3ab132cd2c07d8667b3049f59fbe0af Mon Sep 17 00:00:00 2001 From: happy_orange Date: Mon, 24 Oct 2022 06:09:06 -0400 Subject: [PATCH] enable qat_sw and disable qat_hw --- qatengine.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/qatengine.spec b/qatengine.spec index 7fe284f..8cdf7db 100644 --- a/qatengine.spec +++ b/qatengine.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global githubname QAT_Engine %global enginesdir %(pkg-config --variable=enginesdir libcrypto) @@ -14,7 +14,9 @@ Source0: https://github.com/intel/%{githubname}/archive/v%{version}/v%{ve BuildRequires: gcc make pkg-config BuildRequires: autoconf automake libtool BuildRequires: openssl-devel >= 1.1.1 -BuildRequires: qatlib-devel >= 21.08.0 +#BuildRequires: qatlib-devel >= 21.08.0 +BuildRequires: intel-ipp-crypto-mb-devel +BuildRequires: intel-ipsec-mb-devel ExclusiveArch: x86_64 @@ -37,7 +39,7 @@ The %{name}-doc package contains documentation files for %{name}. %build autoreconf -ivf -%configure +%configure --enable-qat_sw --disable-qat_hw %make_build %install @@ -53,5 +55,8 @@ rm -rf %{buildroot}%{enginesdir}/qatengine.la %doc README.md docs* %changelog +* Tue Oct 25 2022 happy_orange - 0.6.16-2 +- enable qat_sw and disable qat_hw + * Thu Oct 13 2022 happy_orange - 0.6.16-1 - Init package from upstream -- Gitee