libwd - fix build error
Add libwd build requirement Signed-off-by: Yang Shen <shenyang39@huawei.com>
This commit is contained in:
parent
9618e88a5f
commit
e5727bf829
@ -1,7 +1,7 @@
|
|||||||
Name: libwd
|
Name: libwd
|
||||||
Summary: User Space Accelerator Development Kit
|
Summary: User Space Accelerator Development Kit
|
||||||
Version: 2.3.37
|
Version: 2.3.37
|
||||||
Release: 2
|
Release: 3
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Vendor: Huawei Corporation
|
Vendor: Huawei Corporation
|
||||||
@ -10,7 +10,7 @@ URL: https://support.huawei.com
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Conflicts: %{name} < %{version}-%{release}
|
Conflicts: %{name} < %{version}-%{release}
|
||||||
Provides: %{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: automake, autoconf, libtool
|
||||||
BuildRequires: gcc, make
|
BuildRequires: gcc, make
|
||||||
ExclusiveArch: aarch64
|
ExclusiveArch: aarch64
|
||||||
@ -175,6 +175,9 @@ fi
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 15 2022 Yang Shen <shenyang39@huawei.com> 2.3.37-2
|
||||||
- libwd: fix a bug for ecc
|
- libwd: fix a bug for ecc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user