From d270458b7005c9b3116fa0220daaa82ac85938ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ndor=20Oroszi?= Date: Wed, 14 Feb 2024 10:08:42 +0100 Subject: [PATCH] debian: temporarily lock libss2 dependency for debugfs Do not merge upstream. This is a temporary fix until the required symbols (ss_get_exit_status, ss_set_exit_status) get into the symbols file and have the version bumped. --- debian/e2fsprogs.shlibs.local | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/e2fsprogs.shlibs.local b/debian/e2fsprogs.shlibs.local index a99d2a0a8..7df76064b 100644 --- a/debian/e2fsprogs.shlibs.local +++ b/debian/e2fsprogs.shlibs.local @@ -1,2 +1,3 @@ libext2fs 2 libext2fs2 (= ${binary:Version}) libe2p 2 libext2fs2 (= ${binary:Version}) +libss 2 libss2 (= ${binary:Version})