!57 libwd - fix build error
From: @youngersun Reviewed-by: @xqm227 Signed-off-by: @xqm227
This commit is contained in:
commit
56d6a9fcfa
@ -1,7 +1,7 @@
|
||||
Name: libwd
|
||||
Summary: User Space Accelerator Development Kit
|
||||
Version: 2.3.37
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: Apache-2.0
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Vendor: Huawei Corporation
|
||||
@ -10,7 +10,7 @@ URL: https://support.huawei.com
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Conflicts: %{name} < %{version}-%{release}
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
BuildRequires: numactl-devel, openssl-devel
|
||||
BuildRequires: numactl-devel, compat-openssl11-devel, zlib-devel
|
||||
BuildRequires: automake, autoconf, libtool
|
||||
BuildRequires: gcc, make
|
||||
ExclusiveArch: aarch64
|
||||
@ -175,6 +175,9 @@ fi
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed Feb 15 2023 Yang Shen <shenyang39@huawei.com> 2.3.37-3
|
||||
- libwd: add build requirement
|
||||
|
||||
* Tue Dec 15 2022 Yang Shen <shenyang39@huawei.com> 2.3.37-2
|
||||
- libwd: fix a bug for ecc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user