!30 Add ppc64le support for sbd

From: @xurui2456916741 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2024-03-07 01:21:47 +00:00 committed by Gitee
commit 5df6708474
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%global shortcommit %(echo %{longcommit}|cut -c1-8)
%global modified %(echo %{longcommit}-|cut -f2 -d-)
%global github_owner Clusterlabs
%global buildnum 2
%global buildnum 3
%global watchdog_timeout_default 5
%global sync_resource_startup_sysconfig ""
@ -34,7 +34,7 @@ BuildRequires: make
Conflicts: fence-agents-sbd < 4.2.1
Conflicts: pacemaker-libs < 2.0.5
ExclusiveArch: x86_64 aarch64 riscv64
ExclusiveArch: x86_64 aarch64 riscv64 ppc64le
%if %{defined systemd_requires}
%systemd_requires
@ -132,6 +132,9 @@ fi
%{_libdir}/libsbdtestbed*
%changelog
* Wed Mar 06 2024 xurui <rui.xu@shingroup.cn> - 1.5.1-3
- Add ppc64le to ExclusiveArch
* Mon Jun 05 2023 laokz <zhangkai@iscas.ac.cn> - 1.5.1-2
- Add riscv64 to ExclusiveArch