Accepting request 498382 from filesystems:ceph:luminous
upstream 12.0.3 release OBS-URL: https://build.opensuse.org/request/show/498382 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=85
This commit is contained in:
@@ -22,11 +22,12 @@
|
||||
%endif
|
||||
%bcond_with make_check
|
||||
%bcond_with xio
|
||||
%ifnarch s390 s390x
|
||||
%bcond_without tcmalloc
|
||||
%else
|
||||
# no gperftools/tcmalloc on s390(x)
|
||||
%ifarch s390 s390x
|
||||
%bcond_with tcmalloc
|
||||
%bcond_with rgw_beast
|
||||
%else
|
||||
%bcond_without tcmalloc
|
||||
%bcond_without rgw_beast
|
||||
%endif
|
||||
%bcond_without lowmem_builder
|
||||
%bcond_with minimal_debugging_information
|
||||
@@ -69,8 +70,8 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 12.0.2+git.1493341348.9148e53
|
||||
Release: 0
|
||||
Version: 12.0.3+git.1495773033.07282a4057
|
||||
Release: 0%{?dist}
|
||||
Summary: Ceph benchmarks and test tools
|
||||
License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
|
||||
%if 0%{?suse_version}
|
||||
@@ -115,7 +116,7 @@ BuildRequires: fuse-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdbm
|
||||
%if 0%{with tcmalloc}
|
||||
BuildRequires: gperftools-devel
|
||||
BuildRequires: gperftools-devel >= 2.4
|
||||
%endif
|
||||
BuildRequires: jq
|
||||
BuildRequires: leveldb-devel > 1.2
|
||||
@@ -135,7 +136,6 @@ BuildRequires: python
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-requests
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: python-virtualenv
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: udev
|
||||
@@ -145,7 +145,6 @@ BuildRequires: xfsprogs
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: xmlstarlet
|
||||
BuildRequires: yasm
|
||||
BuildRequires: libibverbs-devel
|
||||
|
||||
#################################################################################
|
||||
# distro-conditional dependencies
|
||||
@@ -164,7 +163,11 @@ BuildRequires: keyutils-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: lsb-release
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: python-CherryPy
|
||||
BuildRequires: python-Cython
|
||||
BuildRequires: python-PrettyTable
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: rdma-core-devel
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
|
||||
@@ -172,10 +175,14 @@ BuildRequires: boost-random
|
||||
BuildRequires: btrfs-progs
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
BuildRequires: libibverbs-devel
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: redhat-lsb-core
|
||||
BuildRequires: Cython
|
||||
BuildRequires: python-cherrypy
|
||||
BuildRequires: python-prettytable
|
||||
BuildRequires: python-sphinx
|
||||
%endif
|
||||
# python34-... for RHEL, python3-... for all other supported distros
|
||||
%if 0%{?rhel}
|
||||
@@ -232,6 +239,10 @@ This package contains Ceph benchmarks and test tools.
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{with xio}
|
||||
@@ -246,6 +257,10 @@ This package contains Ceph benchmarks and test tools.
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
@@ -294,6 +309,8 @@ This package contains Ceph benchmarks and test tools.
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
@@ -414,6 +431,11 @@ cmake .. \
|
||||
$CEPH_EXTRA_CMAKE_ARGS \
|
||||
%if 0%{with ocf}
|
||||
-DWITH_OCF=ON \
|
||||
%endif
|
||||
%if 0%{with rgw_beast}
|
||||
-DWITH_RADOSGW_BEAST_FRONTEND=ON \
|
||||
%else
|
||||
-DWITH_RADOSGW_BEAST_FRONTEND=OFF \
|
||||
%endif
|
||||
-DBOOST_J=%{_smp_ncpus}
|
||||
|
||||
@@ -504,6 +526,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/radosgw
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-osd
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rgw
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mgr
|
||||
|
||||
%if 0%{?suse_version}
|
||||
# create __pycache__ directories and their contents
|
||||
@@ -554,6 +577,7 @@ rm -rf %{buildroot}%{_bindir}/ceph-rbdnamer
|
||||
rm -rf %{buildroot}%{_bindir}/ceph-syn
|
||||
rm -rf %{buildroot}%{_bindir}/ceph-crush-location
|
||||
rm -rf %{buildroot}%{_bindir}/rados
|
||||
rm -rf %{buildroot}%{_bindir}/radosgw-admin
|
||||
rm -rf %{buildroot}%{_bindir}/rbd
|
||||
rm -rf %{buildroot}%{_bindir}/rbd-replay
|
||||
rm -rf %{buildroot}%{_bindir}/rbd-replay-many
|
||||
@@ -573,6 +597,7 @@ rm -rf %{buildroot}%{_mandir}/man8/ceph-post-file.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/mount.ceph.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/rados.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/radosgw-admin.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/rbd.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/rbdmap.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/rbd-replay.8*
|
||||
@@ -583,6 +608,7 @@ rm -rf %{buildroot}%{_datadir}/ceph/id_rsa_drop.ceph.com
|
||||
rm -rf %{buildroot}%{_datadir}/ceph/id_rsa_drop.ceph.com.pub
|
||||
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/rados
|
||||
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/rbd
|
||||
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/radosgw-admin
|
||||
rm -rf %{buildroot}%{_sysconfdir}/ceph/rbdmap
|
||||
rm -rf %{buildroot}%{_unitdir}/rbdmap.service
|
||||
rm -rf %{buildroot}%{python_sitelib}/ceph_argparse.py*
|
||||
@@ -617,12 +643,9 @@ rm -rf %{buildroot}%{_unitdir}/ceph-rbd-mirror.target
|
||||
rm -rf %{buildroot}%{_bindir}/rbd-nbd
|
||||
rm -rf %{buildroot}%{_mandir}/man8/rbd-nbd.8*
|
||||
rm -rf %{buildroot}%{_bindir}/radosgw
|
||||
rm -rf %{buildroot}%{_bindir}/radosgw-admin
|
||||
rm -rf %{buildroot}%{_bindir}/radosgw-token
|
||||
rm -rf %{buildroot}%{_bindir}/radosgw-object-expirer
|
||||
rm -rf %{buildroot}%{_mandir}/man8/radosgw.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/radosgw-admin.8*
|
||||
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/radosgw-admin
|
||||
rm -rf %{buildroot}%{_unitdir}/ceph-radosgw@.service
|
||||
rm -rf %{buildroot}%{_unitdir}/ceph-radosgw.target
|
||||
rm -rf %{buildroot}%{_bindir}/ceph-clsinfo
|
||||
@@ -705,6 +728,7 @@ rm -rf %{buildroot}%{_libdir}/libcephfs_jni.so.*
|
||||
rm -rf %{buildroot}%{_libdir}/libcephfs_jni.so
|
||||
rm -rf %{buildroot}%{_javadir}/libcephfs.jar
|
||||
rm -rf %{buildroot}%{_javadir}/libcephfs-test.jar
|
||||
rm -rf %{buildroot}%{_includedir}/rados/objclass.h
|
||||
rm -rf %{buildroot}%{_datadir}/selinux/packages/ceph.pp
|
||||
rm -rf %{buildroot}%{_datadir}/selinux/devel/include/contrib/ceph.if
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph_selinux.8*
|
||||
|
Reference in New Issue
Block a user