From 41764961be745028359684242c479541b2c60f32 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Mar 2025 10:26:05 +0000 Subject: [PATCH] Remove ExclusiveArch line This line (which was conditional on RHEL) already covered all RHEL architectures. However as it was missing riscv64, it prevented this package from being built on this new RHEL architecture. It does build successfully on riscv64, so remove the line (and conditional) entirely. (cherry picked from commit 4325090ec69000250289aa2d012419da9feaf23b) --- sbd.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sbd.spec b/sbd.spec index e4c5a01..ab2b3bd 100644 --- a/sbd.spec +++ b/sbd.spec @@ -49,7 +49,7 @@ Name: sbd Summary: Storage-based death License: GPL-2.0-or-later Version: 1.5.2 -Release: %{buildnum}%{?dist}.5 +Release: %{buildnum}%{?dist}.6 Url: https://github.com/%{github_owner}/%{name} Source0: https://github.com/%{github_owner}/%{name}/archive/%{longcommit}/%{name}-%{longcommit}.tar.gz Patch0: 0001-Fix-query-watchdog-avoid-issues-on-heap-allocation-f.patch @@ -71,10 +71,6 @@ BuildRequires: systemd Conflicts: fence-agents-sbd < 4.5.0 Conflicts: pacemaker-libs < 2.1.0-6 -%if 0%{?rhel} -ExclusiveArch: i686 x86_64 s390x aarch64 ppc64le -%endif - %if %{defined systemd_requires} %systemd_requires %endif @@ -179,6 +175,10 @@ fi %{_libdir}/libsbdtestbed* %changelog +* Thu Mar 20 2025 Richard W.M. Jones - 1.5.2-1.6 +- Allow builds on riscv64 + Related: RHEL-83995 + * Fri Nov 22 2024 Klaus Wenninger - 1.5.2-1.5 - Bump release for rebuild against pacemaker-3.0.0-rc1 package Resolves: RHEL-68410