rubygem-rspec is installed by aeolus-conductor-devel, which is required before rake tasks can be run. I've added documentation to the README to direct the user to install the aeolus-conductor-devel package before running rake rpms.
rubygem-rspec is installed by aeolus-conductor-devel, which is required before rake tasks can be run. I've added documentation to the README to direct the user to install the aeolus-conductor-devel package before running rake rpms. --- README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README index 1a596ff..e96cf2b 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ to install and configure aeolus components. To make use of this recipe, drop it into your puppet module path or alternatively build and install the aeolus-configure rpm which contains the recipe and some wrapper scripts to configure -the aeolus components. - +the aeolus components. Before executing the rake rpms task, you +will need to install the aeolus-conductor-devel package.
Building and Installing the Aeolus Recipe ---------------------------------
On 09/26/11 - 01:30:47PM, Chris Alfonso wrote:
rubygem-rspec is installed by aeolus-conductor-devel, which is required before rake tasks can be run. I've added documentation to the README to direct the user to install the aeolus-conductor-devel package before running rake rpms.
README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README index 1a596ff..e96cf2b 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ to install and configure aeolus components. To make use of this recipe, drop it into your puppet module path or alternatively build and install the aeolus-configure rpm which contains the recipe and some wrapper scripts to configure -the aeolus components.
+the aeolus components. Before executing the rake rpms task, you +will need to install the aeolus-conductor-devel package.
That seems a bit...self-referential. I would change this to just reference the package directly:
"Before executing the rake rpms task, will need to install the rspec gem"
aeolus-devel@lists.fedorahosted.org