[arvados] created: 2.6.0-308-g3c29c4daa
git repository hosting
git at public.arvados.org
Fri Jun 23 18:44:34 UTC 2023
at 3c29c4daaf0abe7934b70cdc51f33d92fda1ee80 (commit)
commit 3c29c4daaf0abe7934b70cdc51f33d92fda1ee80
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Jun 23 14:42:04 2023 -0400
20619: Add fpm-info for arvados-client to depend on fuse
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/cmd/arvados-client/fpm-info.sh b/cmd/arvados-client/fpm-info.sh
new file mode 100644
index 000000000..0e4415a83
--- /dev/null
+++ b/cmd/arvados-client/fpm-info.sh
@@ -0,0 +1,11 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+fpm_depends+=(fuse)
+
+case "$TARGET" in
+ centos*)
+ fpm_depends+=(fuse-libs)
+ ;;
+esac
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list