add gcc-plugin-devel to BuildRequires for ppc64le

This commit is contained in:
邹鹏 2024-03-13 15:36:08 +08:00
parent fb36d53e41
commit 735d67ea8f

View File

@ -1,7 +1,7 @@
Name: kpatch Name: kpatch
Epoch: 1 Epoch: 1
Version: 0.9.5 Version: 0.9.5
Release: 8 Release: 9
Summary: A Linux dynamic kernel patching infrastructure Summary: A Linux dynamic kernel patching infrastructure
License: GPLv2 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 Patch0047:0047-lookup-skip-duplicate-local-symbol-table-check-for-f.patch
BuildRequires: gcc elfutils-libelf-devel kernel-devel git BuildRequires: gcc elfutils-libelf-devel kernel-devel git
%ifarch ppc64le
BuildRequires: gcc-plugin-devel
%endif
Requires: bc make gcc patch bison flex openssl-devel Requires: bc make gcc patch bison flex openssl-devel
Recommends: %{name}-help = %{version}-%{release} Recommends: %{name}-help = %{version}-%{release}
@ -120,6 +123,12 @@ popd
%{_mandir}/man1/*.1.gz %{_mandir}/man1/*.1.gz
%changelog %changelog
* Wed Mar 13 2024 peng.zou <peng.zou@shingroup.cn> - 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 <wangjiang37@h-partners.com> - 1:0.9.5-8 * Mon Sep 25 2023 wangjiang <wangjiang37@h-partners.com> - 1:0.9.5-8
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA