diff --git a/intel-ipp-crypto-mb.spec b/intel-ipp-crypto-mb.spec index 8ae0fe1c631455784ee1fb6773f1253a22b00f6e..d1e1e6970a637e7c8c1ea1b85846b9786334261c 100644 --- a/intel-ipp-crypto-mb.spec +++ b/intel-ipp-crypto-mb.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %define debug_package %{nil} %global github_source_archive_name ippcp_2021.7 @@ -18,7 +18,7 @@ BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: nasm -BuildRequires: openssl-devel >= 1.1.0 +BuildRequires: openssl3-devel BuildRequires: python3 %description @@ -61,6 +61,9 @@ The %{name}-doc package contains documentation files for %{name}. -DCMAKE_BUILD_TYPE=Release \ -DNONPIC_LIB:BOOL=off \ -DMERGED_BLD:BOOL=on \ + -DOPENSSL_INCLUDE_DIR=/usr/include/openssl3/ \ + -DOPENSSL_LIBRARIES=/usr/lib64/openssl3/ \ + -DOPENSSL_ROOT_DIR=/lib64/openssl3/ \ -DCMAKE_INSTALL_PREFIX=%{_prefix} %cmake_build @@ -96,6 +99,9 @@ rm -rf %{buildroot}/usr/lib/intel64 %doc sources/ippcp/crypto_mb/Readme.md %changelog +* Mon Jul 22 2024 Guanjun - 1.0.6-4 +- Upgrade the dependent OpenSSL library to version 3.x. + * Mon Aug 21 2023 Guanjun - 1.0.6-3 - Fix qatengine id not found