Skip to content

Commit

Permalink
rpm: drop extraneous explicit sqlite-libs runtime dependency
Browse files Browse the repository at this point in the history
Commit 7598079 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 <[email protected]>
  • Loading branch information
smithfarm committed Mar 27, 2021
1 parent 61f2673 commit 4025858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4025858

Please sign in to comment.