On Thu, 2010-06-03 at 20:32 +0200, [email protected] wrote: > From: Jan Provaznik <[email protected]> > > - nokogiri and will_paginate add to rpm spec > - nokogori gem dep added to environment.rb > --- > deltacloud-aggregator.spec.in | 2 ++ > src/config/environment.rb | 1 + > 2 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/deltacloud-aggregator.spec.in b/deltacloud-aggregator.spec.in > index 3228ee1..f68bd87 100644 > --- a/deltacloud-aggregator.spec.in > +++ b/deltacloud-aggregator.spec.in > @@ -23,6 +23,8 @@ Requires: rubygem(rails) >= 2.1.1 > Requires: rubygem(daemons) > Requires: rubygem(gettext_rails) > Requires: rubygem(haml) > +Requires: rubygem(nokogiri)
We need to specify a minimum version here, as the nokogiri on f11 (1.3.3 does not have the at_xpath method - so if we can find out what version that was added in, set it here. Other than that, ACK -j _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
