From 4ac68d1c4693c8ad710f076c1eb129f1d176f42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=B9=8F?= Date: Wed, 13 Mar 2024 15:36:08 +0800 Subject: [PATCH] add gcc-plugin-devel to BuildRequires for ppc64le (cherry picked from commit 735d67ea8f8b07127cd6348cc95416339e6318d4) --- kpatch.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kpatch.spec b/kpatch.spec index cb9b274..91cb091 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -1,7 +1,7 @@ Name: kpatch Epoch: 1 Version: 0.9.5 -Release: 8 +Release: 9 Summary: A Linux dynamic kernel patching infrastructure License: GPLv2 @@ -62,6 +62,9 @@ Patch0046:0046-create-diff-object-ignore-entsize-change-of-.return_.patch Patch0047:0047-lookup-skip-duplicate-local-symbol-table-check-for-f.patch BuildRequires: gcc elfutils-libelf-devel kernel-devel git +%ifarch ppc64le +BuildRequires: gcc-plugin-devel +%endif Requires: bc make gcc patch bison flex openssl-devel Recommends: %{name}-help = %{version}-%{release} @@ -120,6 +123,12 @@ popd %{_mandir}/man1/*.1.gz %changelog +* Wed Mar 13 2024 peng.zou - 1:0.9.5-9 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add gcc-plugin-devel to BuildRequires for ppc64le + * Mon Sep 25 2023 wangjiang - 1:0.9.5-8 - Type:bugfix - ID:NA