11365: "lock" collection to prevent user from deleting / renaming files until user...
[arvados.git] / backports / python-llfuse / fpm-info.sh
index 401a8367a7bf2c2a6bc9aeed1fa0b0cd156c6efe..25ffa9ea8cca8bd455c51fbf089ff0f7475d7b84 100644 (file)
@@ -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)