add gcc-c++ to BuildRequires for ppc64le

This commit is contained in:
peng_zou 2024-06-12 10:28:56 +08:00
parent 7446c6970d
commit 9fbce93c90

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