Add riscv64

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
This commit is contained in:
Guoguo 2025-02-10 03:31:49 +00:00 committed by Richard W.M. Jones
parent ede244de3f
commit 44963136e5

View File

@ -1,6 +1,6 @@
Name: pcs
Version: 0.12.0
Release: 3%{?dist}
Release: 4%{?dist}
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
# GPL-2.0-only: pcs
@ -16,7 +16,7 @@ URL: https://github.com/ClusterLabs/pcs
Group: System Environment/Base
Summary: Pacemaker/Corosync Configuration System
# Building only for architectures with pacemaker and corosync available
ExclusiveArch: x86_64 s390x ppc64le aarch64
ExclusiveArch: x86_64 s390x ppc64le aarch64 riscv64
# Remove a tilde used by RPM to get the correct upstream version
%global clean_version %(echo %{version} | sed 's/~//')
@ -657,6 +657,9 @@ run_all_tests
%changelog
* Fri Mar 14 2025 Guoguo <i@qwq.trade> - 0.12.0-4
- Add riscv64
* Fri Feb 14 2025 Michal Pospíšil <mpospisi@redhat.com> - 0.12.0-3
- Fixed restarting bundles
Resolves: RHEL-79033