!31 update libkae

From: @lauyarn 
Reviewed-by: @realzhongkeyi 
Signed-off-by: @realzhongkeyi
This commit is contained in:
openeuler-ci-bot 2023-11-25 08:58:11 +00:00 committed by Gitee
commit a6d0338eb4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: libkae
Summary: Huawei Kunpeng Accelerator Engine
Version: 1.3.10
Release: 7
Release: 10
License: Apache-2.0
Source: %{name}-%{version}.tar.gz
Vendor: Huawei Corporation
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: /usr/local/lib/engines-1.1
Conflicts: %{name} < %{version}-%{release}
Provides: %{name} = %{version}-%{release}
BuildRequires: libwd openssl-devel sed
BuildRequires: libwd openssl-devel sed chrpath
Requires: openssl
ExclusiveArch: aarch64
@ -33,6 +33,7 @@ make
%install
mkdir -p ${RPM_BUILD_ROOT}/usr/local/lib/engines-1.1
chrpath -d KAE/libkae.so.%{version}
install -b -m755 KAE/libkae.so.%{version} ${RPM_BUILD_ROOT}/usr/local/lib/engines-1.1
%clean
@ -67,6 +68,9 @@ fi
/sbin/ldconfig
%changelog
* Sat November 25 2023 liuyang <liuyang645@huawei.com> 1.3.10-10
- update libkae to 1.3.10
* Tue November 19 2020 wuliaokanke <yuhongxiao@huawei.com> 1.3.9-1
- update libkae to 1.3.9

Binary file not shown.