add gcc-plugin-devel to BuildRequires for ppc64le

(cherry picked from commit 735c90353521cbadd8261c1b5c9f58d7c823fdb1)
This commit is contained in:
邹鹏 2024-03-13 15:25:09 +08:00 committed by openeuler-sync-bot
parent aea9885370
commit 3f3943efc9

View File

@ -1,7 +1,7 @@
Name: kpatch
Epoch: 1
Version: 0.9.9
Release: 1
Release: 2
Summary: A Linux dynamic kernel patching infrastructure
License: GPLv2
@ -53,6 +53,9 @@ Patch0037:0037-add-initial-riscv64-support.patch
Patch0038:0038-Fix-undefined-behavior-problem-when-using-list_forea.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}
@ -111,6 +114,12 @@ popd
%{_mandir}/man1/*.1.gz
%changelog
* Wed Mar 13 2024 peng.zou <peng.zou@shingroup.cn> - 1:0.9.9-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add gcc-plugin-devel to BuildRequires for ppc64le
* Fri Mar 1 2024 Bin Hu <hubin73@huawei.com> -1:0.9.9-1
- Type:enhancement
- ID:NA