Accepting request 420578 from filesystems:ceph:jewel
- Update to version 10.2.2+git.1471622341.b446b70: + LTTng-UST disabled for openSUSE - Update to version 10.2.2+git.1471612825.45407b0: + ceph.spec.in: be less naive when removing sources - _constraints: tweak ceph constraints to pick up more build workers - Update to version 10.2.2+git.1471601351.ddee097: + ceph.spec.in: jewel is x86_64+aarch64 only + ceph.spec.in: nuke sources at end of %install phase OBS-URL: https://build.opensuse.org/request/show/420578 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=57
This commit is contained in:
@@ -37,10 +37,12 @@
|
||||
%bcond_with selinux
|
||||
%endif
|
||||
|
||||
# LTTng-UST enabled on Fedora, RHEL 6+, and SLES 12
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version} == 1315
|
||||
# LTTng-UST enabled on Fedora, RHEL 6+, and SLE (not openSUSE)
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version}
|
||||
%if ! 0%{?is_opensuse}
|
||||
%bcond_without lttng
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{with selinux}
|
||||
# get selinux policy version
|
||||
@@ -58,7 +60,7 @@
|
||||
# common
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 10.2.2+git.1470776886.38cd6cb
|
||||
Version: 10.2.2+git.1471622341.b446b70
|
||||
Release: 0
|
||||
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
|
||||
@@ -70,12 +72,8 @@ Source0: ceph-%{version}.tar.bz2
|
||||
Source98: README-ceph-test.txt
|
||||
Source99: ceph-rpmlintrc
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?is_opensuse}
|
||||
ExclusiveArch: x86_64 aarch64 ppc64 ppc64le
|
||||
%else
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
%endif
|
||||
%endif
|
||||
#################################################################################
|
||||
# dependencies that apply across all distro families
|
||||
#################################################################################
|
||||
@@ -378,6 +376,11 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-osd
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rgw
|
||||
|
||||
# hack to reduce disk space usage in OBS
|
||||
%if 0%{?is_opensuse}
|
||||
rm -rf .* * 2>/dev/null | :
|
||||
%endif
|
||||
|
||||
rm -rf %{buildroot}/usr/share/doc/packages/ceph/sample.ceph.conf
|
||||
rm -rf %{buildroot}/usr/share/doc/packages/ceph/sample.fetch_config
|
||||
rm -rf %{buildroot}/usr/bin/crushtool
|
||||
|
Reference in New Issue
Block a user