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
|
%if 0%{?rhel} < 9
|
||||||
%bcond_with system_pmdk
|
%bcond_with system_pmdk
|
||||||
%else
|
%else
|
||||||
%ifarch s390x %{arm64}
|
%ifarch s390x %{arm64} riscv64
|
||||||
%bcond_with system_pmdk
|
%bcond_with system_pmdk
|
||||||
%else
|
%else
|
||||||
%bcond_without system_pmdk
|
%bcond_without system_pmdk
|
||||||
@ -206,7 +206,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 18.2.1
|
Version: 18.2.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
@ -344,7 +344,9 @@ BuildRequires: snappy-devel
|
|||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: sudo
|
BuildRequires: sudo
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
|
%ifarch %{valgrind_arches}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: xfsprogs-devel
|
BuildRequires: xfsprogs-devel
|
||||||
BuildRequires: xmlstarlet
|
BuildRequires: xmlstarlet
|
||||||
@ -2860,6 +2862,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 24 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-3
|
||||||
- gcc-14
|
- gcc-14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user