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