From d12595d4b4a570defadc678b286efdc2f56c2223 Mon Sep 17 00:00:00 2001 From: Zhengyu He Date: Sat, 15 Mar 2025 13:12:29 +0800 Subject: [PATCH] Add riscv64 into ExclusiveArch [kchamart]: - Source of cherry-pick: https://gitlab.com/fedoravforce/pacemaker/-/commit/047bad76a64972 - Related: RHEL-83995 (cherry picked from commit 047bad76a64972aebba32df2ca24f29d8aeeb98c) Thanks: Zhengyu He Signed-off-by: Kashyap Chamarthy --- pacemaker.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pacemaker.spec b/pacemaker.spec index 4fd3832..6f809da 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -41,7 +41,7 @@ ## can be incremented to build packages reliably considered "newer" ## than previously built packages with the same pcmkversion) %global pcmkversion 3.0.0 -%global specversion 5 +%global specversion 6 ## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build %global commit d8340737c46ccb265bd82c5493b58e9c14ba67e5 @@ -211,10 +211,10 @@ Requires: %{python_name}-%{name} = %{version}-%{release} %{?systemd_requires} %if %{defined centos} -ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 %{arm} +ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 %{arm} riscv64 %else %if 0%{?rhel} -ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 +ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 riscv64 %endif %endif @@ -792,6 +792,9 @@ exit 0 %{_datadir}/pkgconfig/pacemaker-schemas.pc %changelog +* Wed Apr 02 2025 Kashyap Chamarthy - 3.0.0-6 +- Add riscv64 into ExclusiveArch (thanks, Zhengyu He) + * Fri Jan 10 2025 Chris Lumens - 3.0.0-5 - Rebase on upstream 3.0.0 final release - Raise minimum GnuTLS dependency to 3.4.6