9242: Python packages install libraries to the distro path.
[arvados.git] / backports / python-llfuse / fpm-info.sh
index ecde128c5cf1f40aa8acf409a9163284eef5a721..9fc00987e6f9561f37528368264adf15718b3afd 100644 (file)
@@ -1,10 +1,13 @@
 case "$TARGET" in
     centos*)
         build_depends+=('fuse-devel')
-        fpm_depends+=('fuse')
+        fpm_depends+=(glibc fuse-libs)
         ;;
     debian* | ubuntu*)
         build_depends+=('libfuse-dev')
-        fpm_depends+=('fuse')
+        fpm_depends+=(libc6 libfuse2)
         ;;
 esac
+
+# FIXME: Remove this line after #6885 is done.
+fpm_args+=(--iteration 3)