X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1fa9990d33e5cde82d5986b382851b8ea0314553..224098499104939fccdb07b39407937c61983687:/backports/python-llfuse/fpm-info.sh diff --git a/backports/python-llfuse/fpm-info.sh b/backports/python-llfuse/fpm-info.sh index 401a8367a7..25ffa9ea8c 100644 --- a/backports/python-llfuse/fpm-info.sh +++ b/backports/python-llfuse/fpm-info.sh @@ -1,8 +1,4 @@ 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 +12,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)