SHA256
1
0
forked from pool/ceph

Accepting request 881659 from filesystems:ceph:pacific

rpm: drop extraneous explicit sqlite-libs runtime dependency

OBS-URL: https://build.opensuse.org/request/show/881659
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=290
This commit is contained in:
Nathan Cutler 2021-03-27 13:44:36 +00:00 committed by Git OBS Bridge
parent abf9e168bc
commit bde8775c02
6 changed files with 13 additions and 18 deletions

View File

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

View File

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

View File

@ -1,8 +1,8 @@
-------------------------------------------------------------------
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
- Update to 16.1.0-1217-g8e1da7347e:
+ rpm: drop extraneous explicit sqlite-libs runtime dependency
-------------------------------------------------------------------
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.1217+gd11eb3896f
Version: 16.1.0.1217+g8e1da7347e
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-1217-gd11eb3896f.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-16.1.0-1217-g8e1da7347e.tar.bz2
%if 0%{?suse_version}
Source94: ceph-rpmlintrc
Source95: checkin.sh
@ -525,8 +525,6 @@ 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}
@ -588,7 +586,7 @@ This package contains Ceph benchmarks and test tools.
%if 0%{?suse_version}
%endif
%prep
%autosetup -p1 -n ceph-16.1.0-1217-gd11eb3896f
%autosetup -p1 -n ceph-16.1.0-1217-g8e1da7347e
%build
# LTO can be enabled as soon as the following GCC bug is fixed:

View File

@ -1,8 +1,8 @@
-------------------------------------------------------------------
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
- Update to 16.1.0-1217-g8e1da7347e:
+ rpm: drop extraneous explicit sqlite-libs runtime dependency
-------------------------------------------------------------------
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.1217+gd11eb3896f
Version: 16.1.0.1217+g8e1da7347e
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-1217-gd11eb3896f.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-16.1.0-1217-g8e1da7347e.tar.bz2
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@ -900,9 +900,6 @@ 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.
@ -1205,7 +1202,7 @@ This package provides Ceph default alerts for Prometheus.
# common
#################################################################################
%prep
%autosetup -p1 -n ceph-16.1.0-1217-gd11eb3896f
%autosetup -p1 -n ceph-16.1.0-1217-g8e1da7347e
%build
# LTO can be enabled as soon as the following GCC bug is fixed: