After messing things up locally and then provisioning a fresh box for testing, I realized that if I clone the conductor repo, install aeolus-conductor-devel, uncomment the 'development' section in Gemfile, and run "bundle install", it still fails with some errors.
This adds the three packages I needed to install in order to avoid fatal errors. It would be good if someone with a good handle on RPM packaging could sanity-check this, though.
-- Matt
These are necessary to run 'bundle install'. --- aeolus-conductor.spec.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/aeolus-conductor.spec.in b/aeolus-conductor.spec.in index 9ec229b..b9e7e22 100644 --- a/aeolus-conductor.spec.in +++ b/aeolus-conductor.spec.in @@ -90,6 +90,9 @@ Requires: rubygem(database_cleaner) >= 0.5.0 Requires: rubygem(factory_girl) Requires: rubygem(vcr) Requires: rubygem(factory_girl_rails) +Requires: libxslt-devel +Requires: libffi-devel +Requires: sqlite-devel
%description devel Tests and other development tools for the Aeolus Conductor.
aeolus-devel@lists.fedorahosted.org