Compare commits

..

No commits in common. "master-riscv64" and "master" have entirely different histories.

1 changed files with 2 additions and 11 deletions

View File

@ -27,7 +27,7 @@
%bcond_without ocf
%bcond_with make_check
%ifarch s390 s390x riscv64
%ifarch s390 s390x
%bcond_with tcmalloc
%else
%bcond_without tcmalloc
@ -104,7 +104,7 @@
#################################################################################
Name: ceph
Version: 14.2.0
Release: 1.0.riscv64%{?dist}
Release: 1%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
%endif
@ -184,9 +184,7 @@ BuildRequires: snappy-devel
BuildRequires: sudo
BuildRequires: udev
BuildRequires: util-linux
%ifarch %{valgrind_arches}
BuildRequires: valgrind-devel
%endif
BuildRequires: which
BuildRequires: xfsprogs
BuildRequires: xfsprogs-devel
@ -1053,10 +1051,6 @@ export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
export LDFLAGS="$RPM_LD_FLAGS"
%ifarch riscv64
export LDFLAGS="-latomic $LDFLAGS"
%endif
# Parallel build settings ...
CEPH_MFLAGS_JOBS="%{?_smp_mflags}"
CEPH_SMP_NCPUS=$(echo "$CEPH_MFLAGS_JOBS" | sed 's/-j//')
@ -2177,9 +2171,6 @@ exit 0
%changelog
* Thu Mar 21 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2:14.2.0-1.0.riscv64
- Add support for RISC-V (riscv64)
* Tue Mar 19 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.0-1
- ceph 14.2.0 GA