add gcc-plugin-devel to BuildRequires for ppc64le

This commit is contained in:
gengqihu 2024-06-12 11:12:00 +08:00
parent 32496a8b9c
commit 0e5df930a8

View File

@ -1,7 +1,7 @@
Name: kpatch
Epoch: 1
Version: 0.9.1
Release: 21
Release: 22
Summary: A Linux dynamic kernel patching infrastructure
License: GPLv2
@ -49,6 +49,9 @@ Patch0034:0034-add-openEuler-build-support.patch
Patch0035:0035-kpatch-build-fix-gcc-version-check-when-using-OOT_MO.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}
@ -107,6 +110,12 @@ popd
%{_mandir}/man1/*.1.gz
%changelog
* Wed Jun 12 2024 gengqihu<gengqihu2@h-partners.com> -1:0.9.1-22
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add gcc-plugin-devel to BuildRequires for ppc64le
* Wed Oct 26 2022 Bin Hu<hubin73@huawei.com> -1:0.9.1-21
- Type:bugfix
- ID:NA