From 39e38661f5babc70b19f7468e96cbc9889388d0a Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 26 Jul 2022 17:23:09 -0400 Subject: [PATCH] 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 --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3