X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73812c5a32581a7f72922dcd2e448e4d4ba4d918..4e3387a5939fe7e9c958710497d95057909670b5:/services/fuse/fpm-info.sh diff --git a/services/fuse/fpm-info.sh b/services/fuse/fpm-info.sh index 57671cd37d..4d98172f8d 100644 --- a/services/fuse/fpm-info.sh +++ b/services/fuse/fpm-info.sh @@ -1 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + fpm_depends+=(fuse) + +case "$TARGET" in + centos*|rocky*) + fpm_depends+=(fuse-libs) + ;; + debian* | ubuntu*) + fpm_depends+=(libcurl3-gnutls) + ;; +esac