!132 add gcc-c++ to BuildRequires for ppc64le

From: @peng_zou 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2024-06-12 06:26:45 +00:00 committed by Gitee
commit 9836cbf331
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Name: kpatch
Epoch: 1
Version: 0.9.9
Release: 7
Release: 8
Summary: A Linux dynamic kernel patching infrastructure
License: GPLv2
@ -62,7 +62,7 @@ Patch9006:huawei-ignore-initcall5-section-to-adapt-6.6-kernel.patch
BuildRequires: gcc elfutils-libelf-devel kernel-devel git
%ifarch ppc64le
BuildRequires: gcc-plugin-devel
BuildRequires: gcc-plugin-devel gcc-c++
%endif
Requires: bc make gcc patch bison flex openssl-devel
Recommends: %{name}-help = %{version}-%{release}
@ -122,6 +122,12 @@ popd
%{_mandir}/man1/*.1.gz
%changelog
* Wed Jun 12 2024 peng.zou <peng.zou@shingroup.cn> - 1:0.9.9-8
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add gcc-c++ to BuildRequires for ppc64le
* Fri May 24 2024 caixiaomeng <caixiaomeng2@huawei.com> - 1:0.9.9-7
- Type: bugfix
- CVE:NA