Enable riscv64

Note that we disable tcmalloc, because it's not well tested at this
point.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-05-01 07:37:09 +02:00
parent 448a2831f1
commit cfb1a6a701
1 changed files with 7 additions and 2 deletions

View File

@ -28,7 +28,7 @@
%bcond_without ceph_test_package %bcond_without ceph_test_package
%endif %endif
%bcond_with make_check %bcond_with make_check
%ifarch s390 s390x %ifarch s390 s390x riscv64
%bcond_with tcmalloc %bcond_with tcmalloc
%else %else
%bcond_without tcmalloc %bcond_without tcmalloc
@ -86,7 +86,7 @@
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 12.2.5 Version: 12.2.5
Release: 1%{?dist} Release: 1.0.riscv64%{?dist}
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
Epoch: 1 Epoch: 1
%endif %endif
@ -175,7 +175,9 @@ BuildRequires: python-virtualenv
BuildRequires: snappy-devel BuildRequires: snappy-devel
BuildRequires: udev BuildRequires: udev
BuildRequires: util-linux BuildRequires: util-linux
%ifnarch riscv64
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
%endif
BuildRequires: which BuildRequires: which
BuildRequires: xfsprogs BuildRequires: xfsprogs
BuildRequires: xfsprogs-devel BuildRequires: xfsprogs-devel
@ -1796,6 +1798,9 @@ exit 0
%changelog %changelog
* Tue May 01 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1:12.2.5-1.0.riscv64
- Enable riscv64
* Fri Apr 27 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.2.5-1 * Fri Apr 27 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.2.5-1
- New release (1:12.2.5-1) - New release (1:12.2.5-1)