Merge branch '8784-dir-listings'
[arvados.git] / backports / python-pycrypto / fpm-info.sh
index 52df46573da5fae9d1a87d14589f598bde198f0e..85c401f4aefc27f74e1b8e3740c3eff0ea03afa9 100644 (file)
@@ -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)
@@ -9,6 +13,3 @@ case "$TARGET" in
         fpm_depends+=(libc6)
         ;;
 esac
-
-# FIXME: Remove this line after #6885 is done.
-fpm_args+=(--iteration 2)