X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/76e8998d9326da7d99bcf083bd7234d62c2af63c..75f835af6ac337c490a76ac60453242719f6ceca:/backports/python-llfuse/fpm-info.sh diff --git a/backports/python-llfuse/fpm-info.sh b/backports/python-llfuse/fpm-info.sh index c5783655b6..ef0b446617 100644 --- a/backports/python-llfuse/fpm-info.sh +++ b/backports/python-llfuse/fpm-info.sh @@ -1,10 +1,18 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + case "$TARGET" in centos*) build_depends+=('fuse-devel') fpm_depends+=(glibc fuse-libs) ;; + ubuntu1204) + build_depends+=(libfuse2 libfuse-dev) + fpm_depends+=(libc6 python-contextlib2 'libfuse2 = 2.9.2-5' 'fuse = 2.9.2-5') + ;; debian* | ubuntu*) build_depends+=('libfuse-dev') - fpm_depends+=(libc6 libfuse2) + fpm_depends+=(libc6 'libfuse2 > 2.9.0' 'fuse > 2.9.0') ;; esac