From d16e36d5a3a0fbf57eb4ccd2b7ac53c084b11526 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 23 Apr 2022 10:53:25 -0400 Subject: [PATCH] Merge pull request #7648 from jellyfin/libssl3-jammy Add libssl3 as an alternative dependency for Ubuntu 22.04 LTS (cherry picked from commit e87240b3741fb93d1c4756565d488607ba564b19) Signed-off-by: crobibero --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index da9aa94d4d..dea48d9482 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: at, libsqlite3-0, libfontconfig1, libfreetype6, - libssl1.1 + libssl1.1 | libssl3 Recommends: jellyfin-web, sudo Description: Jellyfin is the Free Software Media System. This package provides the Jellyfin server backend and API.