From 5eac7512a5fd613e99586a422e8d68d6106f3af5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 2 Nov 2012 17:04:00 +0100 Subject: [PATCH] fix dependencies for __rvm_ruby Signed-off-by: Nico Schottelius --- cdist/conf/type/__rvm_ruby/manifest | 2 +- docs/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cdist/conf/type/__rvm_ruby/manifest b/cdist/conf/type/__rvm_ruby/manifest index 65cf80a1..6d5f4977 100755 --- a/cdist/conf/type/__rvm_ruby/manifest +++ b/cdist/conf/type/__rvm_ruby/manifest @@ -20,6 +20,6 @@ # # Required packages for building ruby -for package in bzip2; do +for package in bzip2 gcc make; do __package --state present done diff --git a/docs/changelog b/docs/changelog index 3062d44b..f848d83c 100644 --- a/docs/changelog +++ b/docs/changelog @@ -7,6 +7,7 @@ Changelog 2.1.0pre6: * New Example: Turn remote calls into local calls (used for unittesting) * Core: Export PYTHONPATH, it's also needed by emulator + * Type __rvm_ruby: Add clean package dependencies 2.1.0pre5: 2012-11-01 * Core: First round of tests updated to work with multiple configuration directories