add missing BuildRequires in etmem spec
This commit is contained in:
parent
36863a307c
commit
439fb11050
@ -2,7 +2,7 @@
|
||||
|
||||
Name: etmem
|
||||
Version: 1.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: etmem
|
||||
License: Mulan PSL v2
|
||||
Source0: etmem-%{version}.tar.gz
|
||||
@ -10,7 +10,7 @@ Source0: etmem-%{version}.tar.gz
|
||||
Patch0: 0001-fix-64K-pagesize-scan-problem.patch
|
||||
Patch1: 0002-change-aarch64-march-to-armv8-a.patch
|
||||
#Dependency
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake gcc gcc-c++
|
||||
BuildRequires: libboundscheck
|
||||
Requires: libboundscheck
|
||||
|
||||
@ -46,6 +46,9 @@ install -m 0600 conf/example_conf.yaml $RPM_BUILD_ROOT%{_sysconfdir}/etmem/
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon May 24 2021 liubo <liubo254@huawei.com> 1.0-5
|
||||
- add missing BuildRequires in etmem spec
|
||||
|
||||
* Fri Apr 2 2021 louhongxiang <louhongxiang@huawei.com> 1.0-4
|
||||
- modify README correctly
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user