X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/758d39fd7aee4d1989395eba2113f0f2538b30d1..13d40db2d01ab306e171d2b5c540e51796bdfa44:/backports/python-ciso8601/fpm-info.sh diff --git a/backports/python-ciso8601/fpm-info.sh b/backports/python-ciso8601/fpm-info.sh index c9665be096..7e24f5dde5 100644 --- a/backports/python-ciso8601/fpm-info.sh +++ b/backports/python-ciso8601/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*) fpm_depends+=(glibc) @@ -6,6 +10,3 @@ case "$TARGET" in fpm_depends+=(libc6) ;; esac - -# FIXME: Remove this line after #6885 is done. -fpm_args+=(--iteration 3)