X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bfe7a62407aa0a6bc078659f259468f9b4105581..0f644e242ef37c911ad3dc25aca8135c339de349:/backports/python-llfuse/fpm-info.sh diff --git a/backports/python-llfuse/fpm-info.sh b/backports/python-llfuse/fpm-info.sh index 401a8367a7..ef0b446617 100644 --- a/backports/python-llfuse/fpm-info.sh +++ b/backports/python-llfuse/fpm-info.sh @@ -1,8 +1,8 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + case "$TARGET" in - centos6) - build_depends+=('fuse-libs' 'fuse-devel') - fpm_depends+=(glibc 'fuse-libs = 2.9.2-5' 'fuse = 2.9.2-5') - ;; centos*) build_depends+=('fuse-devel') fpm_depends+=(glibc fuse-libs) @@ -16,6 +16,3 @@ case "$TARGET" in fpm_depends+=(libc6 'libfuse2 > 2.9.0' 'fuse > 2.9.0') ;; esac - -# FIXME: Remove this line after #6885 is done. -fpm_args+=(--iteration 3)