Add support for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
9c5508803e
commit
94c9f2ea9e
@ -71,7 +71,7 @@
|
||||
%if 0%{?rhel} < 9
|
||||
%bcond_with system_pmdk
|
||||
%else
|
||||
%ifarch s390x %{arm64}
|
||||
%ifarch s390x %{arm64} riscv64
|
||||
%bcond_with system_pmdk
|
||||
%else
|
||||
%bcond_without system_pmdk
|
||||
@ -206,7 +206,7 @@
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 18.2.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
%endif
|
||||
@ -344,7 +344,9 @@ BuildRequires: snappy-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: sudo
|
||||
BuildRequires: pkgconfig(udev)
|
||||
%ifarch %{valgrind_arches}
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
BuildRequires: which
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: xmlstarlet
|
||||
@ -2860,6 +2862,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2024 David Abdurachmanov <davidlt@rivosinc.com> - 2:18.2.1-4
|
||||
- Add support for riscv64
|
||||
|
||||
* Wed Jan 24 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-3
|
||||
- gcc-14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user