From f150f063ec795c9de81d99e1f44bed9ca76e3b1a Mon Sep 17 00:00:00 2001 From: xuxiaojuan1 Date: Fri, 24 Nov 2023 13:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0sbd=E5=AF=B9loongarch64?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sbd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sbd.spec b/sbd.spec index 436d2e2..558d2d2 100644 --- a/sbd.spec +++ b/sbd.spec @@ -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 loongarch64 %if %{defined systemd_requires} %systemd_requires @@ -132,6 +132,9 @@ fi %{_libdir}/libsbdtestbed* %changelog +* Fri Nov 24 2023 xuxiaojuan - 1.5.1-3 +- Add loongarch64 to ExclusiveArch + * Mon Jun 05 2023 laokz - 1.5.1-2 - Add riscv64 to ExclusiveArch -- Gitee