X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fabbab6fb71b4733260687cd58a455b16c00948a..0f644e242ef37c911ad3dc25aca8135c339de349:/backports/python-llfuse/fpm-info.sh diff --git a/backports/python-llfuse/fpm-info.sh b/backports/python-llfuse/fpm-info.sh index 5573dabfa6..ef0b446617 100644 --- a/backports/python-llfuse/fpm-info.sh +++ b/backports/python-llfuse/fpm-info.sh @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + case "$TARGET" in centos*) build_depends+=('fuse-devel') @@ -12,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)