engine - fix build compatiable problem
openssl 1.1.x is no longer support for mainline, so use compat-openssl11. Signed-off-by: Wenkai Lin <linwenkai6@hisilicon.com>
This commit is contained in:
parent
ee7fe0414b
commit
0ccef309e6
@ -3,7 +3,7 @@
|
|||||||
Name: uadk_engine
|
Name: uadk_engine
|
||||||
Summary: UADK Accelerator Engine
|
Summary: UADK Accelerator Engine
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 8
|
Release: 9
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
ExclusiveOS: linux
|
ExclusiveOS: linux
|
||||||
@ -12,8 +12,7 @@ Prefix: /usr/local/lib/engines-1.1
|
|||||||
Conflicts: %{name} < %{version}-%{release}
|
Conflicts: %{name} < %{version}-%{release}
|
||||||
Provides: %{name} = %{version}-%{release}
|
Provides: %{name} = %{version}-%{release}
|
||||||
BuildRequires: libwd >= 2.3.21
|
BuildRequires: libwd >= 2.3.21
|
||||||
BuildRequires: openssl-devel sed autoconf automake libtool
|
BuildRequires: compat-openssl11-devel sed autoconf automake libtool
|
||||||
Requires: openssl
|
|
||||||
ExclusiveArch: aarch64
|
ExclusiveArch: aarch64
|
||||||
|
|
||||||
Patch0001: 0001-digest-support-digest-multiple-update.patch
|
Patch0001: 0001-digest-support-digest-multiple-update.patch
|
||||||
@ -132,6 +131,9 @@ fi
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 9 2023 linwenkai <linwenkai6@hisilicon.com> 1.0.0-9
|
||||||
|
- Fix uadk engine build compatiable problem
|
||||||
|
|
||||||
* Fri Dec 16 2022 JiangShui Yang <yangjiangshui@h-partners.com> 1.0.0-8
|
* Fri Dec 16 2022 JiangShui Yang <yangjiangshui@h-partners.com> 1.0.0-8
|
||||||
- Backport uadk engine patch for v1.0.1
|
- Backport uadk engine patch for v1.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user