From: Patrick Donnelly Date: Tue, 26 Jul 2022 21:23:09 +0000 (-0400) Subject: debian: add libsqlite3-mod-ceph versioned dep for ceph-mgr X-Git-Tag: v16.2.11~345^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=39e38661f5babc70b19f7468e96cbc9889388d0a;p=ceph.git debian: add libsqlite3-mod-ceph versioned dep for ceph-mgr Without this, upgrades will keep older versions of the libcephsqlite3 module. Fixes: https://tracker.ceph.com/issues/56274 Signed-off-by: Patrick Donnelly (cherry picked from commit 9cde84eab43aad2fe0ea80c09f89ca5c188f8993) Conflicts: debian/control: trivial --- diff --git a/debian/control b/debian/control index ea3a0161d30e..2fd70c80c33c 100644 --- a/debian/control +++ b/debian/control @@ -233,6 +233,8 @@ Depends: ceph-base (= ${binary:Version}), python3-pecan, python3-requests, python3-werkzeug, + libsqlite3-mod-ceph (= ${binary:Version}), + librados2 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, @@ -734,7 +736,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