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 <hezhy472013@gmail.com> Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
This commit is contained in:
parent
da5c1896fb
commit
d12595d4b4
@ -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 <kchamart@redhat.com> - 3.0.0-6
|
||||
- Add riscv64 into ExclusiveArch (thanks, Zhengyu He)
|
||||
|
||||
* Fri Jan 10 2025 Chris Lumens <clumens@redhat.com> - 3.0.0-5
|
||||
- Rebase on upstream 3.0.0 final release
|
||||
- Raise minimum GnuTLS dependency to 3.4.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user