closes #8441
[arvados.git] / backports / python-llfuse / fpm-info.sh
index c5783655b63558fb3988699981cf8634a0b61f4c..327bc5e50f5793c6cb8a81a2f73117fac424e3be 100644 (file)
@@ -8,3 +8,9 @@ case "$TARGET" in
         fpm_depends+=(libc6 libfuse2)
         ;;
 esac
+
+# FIXME: Remove this line after #6885 is done.
+fpm_args+=(--iteration 2)
+
+# FIXME: Remove once support for llfuse 0.42+ is in place
+fpm_args+=(-v 0.41.1)