diff --git a/qatengine.spec b/qatengine.spec index d06080606cdfa9687ecfdbaf1063d2797d3bdfbf..96426f2882e714988c221d00009fca027a93548a 100644 --- a/qatengine.spec +++ b/qatengine.spec @@ -1,9 +1,9 @@ -%define anolis_release 4 +%define anolis_release 1 %global enginesdir %(pkg-config --variable=enginesdir libcrypto) %global githubname QAT_Engine Name: qatengine -Version: 0.6.16 +Version: 1.2.0 Release: %{anolis_release}%{?dist} Summary: IntelĀ® QuickAssist Technology OpenSSL* Engine(QAT_Engine) License: BSD and OpenSSL @@ -11,7 +11,7 @@ URL: https://github.com/intel/%{githubname} Source0: https://github.com/intel/%{githubname}/archive/v%{version}/v%{version}.tar.gz BuildRequires: gcc make pkg-config autoconf automake libtool openssl-devel >= 1.1.1 -BuildRequires: intel-ipp-crypto-mb-devel intel-ipsec-mb-devel +BuildRequires: intel-ipp-crypto-mb-devel intel-ipsec-mb-devel intel-QAT20-devel ExclusiveArch: x86_64 @@ -39,24 +39,25 @@ The %{name}-doc package contains documentation files for %{name}. %build autoreconf -ivf -%configure --enable-qat_sw --disable-qat_hw +%configure --with-qat_hw_dir=/usr/include/qat --enable-qat_sw %make_build %install %make_install -%generate_compatibility_deps - %files %license LICENSE* -%dir %{abidir} -%{abidir}/%{name}.dump %{enginesdir}/%{name}.so +%attr(755, root, root) %{enginesdir}/qatengine.la %files doc %doc README.md docs* %changelog +* Wed Aug 16 2023 Guanjun - 1.2.0-1 +- Add build requires intel-QAT20-devel +- enable qat_hw and qat_sw + * Sat Apr 15 2023 Jing Zhang - 0.6.16-4 - Refact spec diff --git a/v0.6.16.tar.gz b/v0.6.16.tar.gz deleted file mode 100644 index 41d1fb547c99e5aad13bb00ac34aaea238bb43ed..0000000000000000000000000000000000000000 Binary files a/v0.6.16.tar.gz and /dev/null differ diff --git a/v1.2.0.tar.gz b/v1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..75b378083cb7ee035ed51d9f16cd97c73343bf6d Binary files /dev/null and b/v1.2.0.tar.gz differ