Merge branch '8784-dir-listings'
[arvados.git] / backports / python-llfuse / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 case "$TARGET" in
6     centos*)
7         build_depends+=('fuse-devel')
8         fpm_depends+=(glibc fuse-libs)
9         ;;
10     ubuntu1204)
11         build_depends+=(libfuse2 libfuse-dev)
12         fpm_depends+=(libc6 python-contextlib2 'libfuse2 = 2.9.2-5' 'fuse = 2.9.2-5')
13         ;;
14     debian* | ubuntu*)
15         build_depends+=('libfuse-dev')
16         fpm_depends+=(libc6 'libfuse2 > 2.9.0' 'fuse > 2.9.0')
17         ;;
18 esac