!24 uadk_engine: fix build issue

From: @linwenkai 
Reviewed-by: @hao-fang 
Signed-off-by: @hao-fang
This commit is contained in:
openeuler-ci-bot 2023-02-09 09:32:20 +00:00 committed by Gitee
commit 1079602ae4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: uadk_engine
Summary: UADK Accelerator Engine
Version: 1.0.0
Release: 8
Release: 9
License: Apache-2.0
Source: %{name}-%{version}.tar.gz
ExclusiveOS: linux
@ -12,8 +12,7 @@ Prefix: /usr/local/lib/engines-1.1
Conflicts: %{name} < %{version}-%{release}
Provides: %{name} = %{version}-%{release}
BuildRequires: libwd >= 2.3.21
BuildRequires: openssl-devel sed autoconf automake libtool
Requires: openssl
BuildRequires: compat-openssl11-devel sed autoconf automake libtool
ExclusiveArch: aarch64
Patch0001: 0001-digest-support-digest-multiple-update.patch
@ -132,6 +131,9 @@ fi
/sbin/ldconfig
%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
- Backport uadk engine patch for v1.0.1