Accepting request 881486 from filesystems:ceph:pacific

rpm: libcephsqlite requires sqlite-libs on Fedora/RHEL only

OBS-URL: https://build.opensuse.org/request/show/881486
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=289
This commit is contained in:
Nathan Cutler 2021-03-26 10:46:34 +00:00 committed by Git OBS Bridge
parent e7d6b00ce5
commit abf9e168bc
6 changed files with 25 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b9693e422d80f3ac262ac5d217ee765a0b56118b720f8ab5604425dbd35253f
size 126631595

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7747e3bf6a4274303fe76449871f568f2cd6f2a710506d15f206b4dd7d38bb0
size 126628159

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 26 10:14:59 UTC 2021 - Nathan Cutler <ncutler@suse.com>
- Update to 16.1.0-1217-gd11eb3896f:
+ rpm: libcephsqlite requires sqlite-libs on Fedora/RHEL only
-------------------------------------------------------------------
Thu Mar 25 18:21:58 UTC 2021 - Nathan Cutler <ncutler@suse.com>

View File

@ -123,7 +123,7 @@
# main package definition
#################################################################################
Name: ceph-test
Version: 16.1.0.1216+gbaca20b112
Version: 16.1.0.1217+gd11eb3896f
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -139,7 +139,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
Group: System/Filesystems
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-16.1.0-1216-gbaca20b112.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-16.1.0-1217-gd11eb3896f.tar.bz2
%if 0%{?suse_version}
Source94: ceph-rpmlintrc
Source95: checkin.sh
@ -525,6 +525,8 @@ 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%{with libradosstriper}
@ -586,7 +588,7 @@ This package contains Ceph benchmarks and test tools.
%if 0%{?suse_version}
%endif
%prep
%autosetup -p1 -n ceph-16.1.0-1216-gbaca20b112
%autosetup -p1 -n ceph-16.1.0-1217-gd11eb3896f
%build
# LTO can be enabled as soon as the following GCC bug is fixed:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 26 10:14:59 UTC 2021 - Nathan Cutler <ncutler@suse.com>
- Update to 16.1.0-1217-gd11eb3896f:
+ rpm: libcephsqlite requires sqlite-libs on Fedora/RHEL only
-------------------------------------------------------------------
Thu Mar 25 18:21:58 UTC 2021 - Nathan Cutler <ncutler@suse.com>

View File

@ -123,7 +123,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 16.1.0.1216+gbaca20b112
Version: 16.1.0.1217+gd11eb3896f
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -139,7 +139,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
Group: System/Filesystems
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-16.1.0-1216-gbaca20b112.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-16.1.0-1217-gd11eb3896f.tar.bz2
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@ -900,7 +900,9 @@ Summary: SQLite3 VFS for Ceph
Group: System/Libraries
%endif
Requires: librados2 = %{_epoch_prefix}%{version}-%{release}
%if 0%{?fedora} || 0%{?rhel}
Requires: sqlite-libs
%endif
%description -n libcephsqlite
A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOS
distributed object store.
@ -1203,7 +1205,7 @@ This package provides Ceph default alerts for Prometheus.
# common
#################################################################################
%prep
%autosetup -p1 -n ceph-16.1.0-1216-gbaca20b112
%autosetup -p1 -n ceph-16.1.0-1217-gd11eb3896f
%build
# LTO can be enabled as soon as the following GCC bug is fixed: