From 9cde84eab43aad2fe0ea80c09f89ca5c188f8993 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 26 Jul 2022 17:23:09 -0400 Subject: 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 --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 47520fffab2..bca4fc50b6f 100644 --- a/debian/control +++ b/debian/control @@ -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}, @@ -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 -- cgit v1.2.3