Add ppc64le support for sbd
This commit is contained in:
parent
3d386459c8
commit
90a71ae763
7
sbd.spec
7
sbd.spec
@ -2,7 +2,7 @@
|
|||||||
%global shortcommit %(echo %{longcommit}|cut -c1-8)
|
%global shortcommit %(echo %{longcommit}|cut -c1-8)
|
||||||
%global modified %(echo %{longcommit}-|cut -f2 -d-)
|
%global modified %(echo %{longcommit}-|cut -f2 -d-)
|
||||||
%global github_owner Clusterlabs
|
%global github_owner Clusterlabs
|
||||||
%global buildnum 3
|
%global buildnum 4
|
||||||
%global watchdog_timeout_default 5
|
%global watchdog_timeout_default 5
|
||||||
%global sync_resource_startup_sysconfig ""
|
%global sync_resource_startup_sysconfig ""
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ BuildRequires: make
|
|||||||
Conflicts: fence-agents-sbd < 4.2.1
|
Conflicts: fence-agents-sbd < 4.2.1
|
||||||
Conflicts: pacemaker-libs < 2.0.5
|
Conflicts: pacemaker-libs < 2.0.5
|
||||||
|
|
||||||
ExclusiveArch: x86_64 aarch64 riscv64 loongarch64
|
ExclusiveArch: x86_64 aarch64 riscv64 loongarch64 ppc64le
|
||||||
|
|
||||||
%if %{defined systemd_requires}
|
%if %{defined systemd_requires}
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
@ -132,6 +132,9 @@ fi
|
|||||||
%{_libdir}/libsbdtestbed*
|
%{_libdir}/libsbdtestbed*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 6 2024 xurui <rui.xu@shingroup.cn> - 1.5.1-4
|
||||||
|
- Add ppc64le to ExclusiveArch
|
||||||
|
|
||||||
* Fri Nov 24 2023 xuxiaojuan <xuxiaojuan@kylinos.cn> - 1.5.1-3
|
* Fri Nov 24 2023 xuxiaojuan <xuxiaojuan@kylinos.cn> - 1.5.1-3
|
||||||
- Add loongarch64 to ExclusiveArch
|
- Add loongarch64 to ExclusiveArch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user