20937: Parallel collection copy
[arvados.git] / apps / workbench / fpm-info.sh
index 22ec1ba14c6dad9a83cc3594aa0353f835331e91..a933fb702b2930b440a974a625c9733add68b259 100644 (file)
@@ -3,10 +3,14 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 case "$TARGET" in
-    centos*)
-        fpm_depends+=(git)
+    centos*|rocky*)
+        fpm_depends+=(git bison make automake gcc gcc-c++ graphviz shared-mime-info)
+        ;;
+    ubuntu1804)
+        fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
+        fpm_conflicts+=(ruby-bundler)
         ;;
     debian* | ubuntu*)
-        fpm_depends+=(git g++)
+        fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
         ;;
 esac