pins python-llfuse version to 0.41.1 for fpm on all platforms
authorJoshua Randall <joshua.randall@sanger.ac.uk>
Tue, 2 Feb 2016 15:45:46 +0000 (15:45 +0000)
committerJoshua Randall <joshua.randall@sanger.ac.uk>
Tue, 2 Feb 2016 15:46:28 +0000 (15:46 +0000)
backports/python-llfuse/fpm-info.sh

index a7d9398701b7bc4c405027c26f5133fe7b23d383..327bc5e50f5793c6cb8a81a2f73117fac424e3be 100644 (file)
@@ -11,3 +11,6 @@ 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)