From 94c9f2ea9e3e8e6699125c31d5507bee367c1f29 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 4 Dec 2023 10:46:50 +0200 Subject: [PATCH] Add support for riscv64 Signed-off-by: David Abdurachmanov --- ceph.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index 094d069..81eb9f7 100644 --- a/ceph.spec +++ b/ceph.spec @@ -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 - 2:18.2.1-4 +- Add support for riscv64 + * Wed Jan 24 2024 Kaleb S. KEITHLEY - 2:18.2.1-3 - gcc-14