SHA256
1
0
forked from pool/ceph

Accepting request 707331 from filesystems:ceph:nautilus

bsc#1132396

OBS-URL: https://build.opensuse.org/request/show/707331
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=234
This commit is contained in:
2019-06-03 20:16:26 +00:00
committed by Git OBS Bridge
parent 3b5f0e5f04
commit 1fb95e0999
6 changed files with 25 additions and 9 deletions

View File

@@ -100,7 +100,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 14.2.1.463+g99339b576a
Version: 14.2.1.467+g9e10776aa2
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and
Group: System/Filesystems
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-467-g9e10776aa2.tar.bz2
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@@ -722,6 +722,8 @@ Group: Development/Libraries/Python
Requires: librgw2 = %{_epoch_prefix}%{version}-%{release}
Requires: python%{python3_pkgversion}-rados = %{_epoch_prefix}%{version}-%{release}
Provides: python3-rgw = %{_epoch_prefix}%{version}-%{release}
Provides: python-rgw = %{_epoch_prefix}%{version}-%{release}
Obsoletes: python-rgw < %{_epoch_prefix}%{version}-%{release}
%description -n python%{python3_pkgversion}-rgw
This package contains Python 3 libraries for interacting with Cephs RADOS
gateway.
@@ -1068,7 +1070,7 @@ This package provides Cephs default alerts for Prometheus.
# common
#################################################################################
%prep
%autosetup -p1 -n ceph-14.2.1-463-g99339b576a
%autosetup -p1 -n ceph-14.2.1-467-g9e10776aa2
%build
# LTO can be enabled as soon as the following GCC bug is fixed: