From 9fbce93c90886ce8b6bf5410a631e75edd316cdb Mon Sep 17 00:00:00 2001 From: peng_zou Date: Wed, 12 Jun 2024 10:28:56 +0800 Subject: [PATCH] add gcc-c++ to BuildRequires for ppc64le --- kpatch.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kpatch.spec b/kpatch.spec index 12f8283..fbc548a 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -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 - 1:0.9.9-8 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add gcc-c++ to BuildRequires for ppc64le + * Fri May 24 2024 caixiaomeng - 1:0.9.9-7 - Type: bugfix - CVE:NA