Skip to content

Commit

Permalink
debian: add libsqlite3-mod-ceph versioned dep for ceph-mgr
Browse files Browse the repository at this point in the history
Without this, upgrades will keep older versions of the libcephsqlite3
module.

Fixes: https://tracker.ceph.com/issues/56274
Signed-off-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Aug 2, 2022
1 parent 7e12357 commit 9cde84e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ Package: ceph-mgr
Architecture: linux-any
Depends: ceph-base (= ${binary:Version}),
ceph-mgr-modules-core (= ${binary:Version}),
libsqlite3-mod-ceph (= ${binary:Version}),
librados2 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Expand Down Expand Up @@ -741,7 +743,8 @@ Description: RADOS distributed object store client C++ library (development file
Package: libsqlite3-mod-ceph
Architecture: any
Section: libs
Depends: ${misc:Depends},
Depends: librados2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: SQLite3 VFS for Ceph
A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOS
Expand Down

0 comments on commit 9cde84e

Please sign in to comment.