]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: drop extraneous explicit sqlite-libs runtime dependency 40450/head
authorNathan Cutler <ncutler@suse.com>
Fri, 26 Mar 2021 10:03:34 +0000 (11:03 +0100)
committerNathan Cutler <ncutler@suse.com>
Sat, 27 Mar 2021 12:22:26 +0000 (13:22 +0100)
Commit 75980798f19b8c11efd75ba4aae3e491d4c99f98 introduced a new package,
libcephsqlite, with a hard RPM dependency on a package "sqlite-libs" which
does not exist in openSUSE.

Since the runtime library dependencies of libcephsqlite are handled by RPM
transparently, this line is not needed.

Fixes: https://tracker.ceph.com/issues/50007
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index aa3c967657ab9d44e48b6db80082278cb9ce03c5..94ff292ecce0f88a80a1763e4106e5b298b4edc4 100644 (file)
@@ -932,7 +932,6 @@ Summary:    SQLite3 VFS for Ceph
 Group:         System/Libraries
 %endif
 Requires:      librados2 = %{_epoch_prefix}%{version}-%{release}
-Requires:      sqlite-libs
 %description -n libcephsqlite
 A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOS
 distributed object store.