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