diff --git a/pcs.spec b/pcs.spec index a4427ed..92bd455 100644 --- a/pcs.spec +++ b/pcs.spec @@ -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 - 0.12.0-4 +- Add riscv64 + * Fri Feb 14 2025 Michal Pospíšil - 0.12.0-3 - Fixed restarting bundles Resolves: RHEL-79033