!56 add g++ for build require
From: @duguhaotian Reviewed-by: @lifeng2221dd1 Signed-off-by: @lifeng2221dd1
This commit is contained in:
commit
add6025793
10
clibcni.spec
10
clibcni.spec
@ -1,5 +1,5 @@
|
||||
%global _version 2.0.4
|
||||
%global _release 20210628.151504.git61ae9f6b
|
||||
%global _release 20210628.190359.git14c104bc
|
||||
Name: clibcni
|
||||
Version: %{_version}
|
||||
Release: %{_release}
|
||||
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||
Patch0001: 0001-fix-CNI_ARGS-value-when-there-is-no-args.patch
|
||||
Patch0002: 0002-add-error-info-for-failed-run-cni-plugin.patch
|
||||
|
||||
BuildRequires: gcc git
|
||||
BuildRequires: gcc git gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: lcr-devel yajl-devel
|
||||
|
||||
@ -88,6 +88,12 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 28 2021 haozi007 <liuhao27@huawei.com> - 2.0.4-20210628.190359.git14c104bc
|
||||
- Type: add g++ to build require
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: add g++ to build require
|
||||
|
||||
* Mon Jun 28 2021 haozi007 <liuhao27@huawei.com> - 2.0.4-20210628.151504.git61ae9f6b
|
||||
- Type: add git to build require
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user