]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rpm: drop extraneous explicit sqlite-libs runtime dependency 40452/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 18:39:35 +0000 (19:39 +0100)
commit3a796c7169f18d8f4cf68ea30638470a166ba0b6
treedd63015229192b77c5555cb6864fa716b73b36c7
parentedca387074b365e1c9c97a46f87d28c479c3ff35
rpm: drop extraneous explicit sqlite-libs runtime dependency

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>
(cherry picked from commit 4025858570f270f8997478f95ffeec4eda8beafc)
ceph.spec.in