No output needed (launched with xtrace).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 4 Oct 2014 10:18:25 +0000 (12:18 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 4 Oct 2014 10:18:25 +0000 (12:18 +0200)
rOCCI-server.spec

index be802af..7239f6a 100644 (file)
@@ -128,7 +128,6 @@ cp -p lib/backends/bundles/Gemfile.ec2 Gemfile.ec2.upstream
 sed -i "s/#\(\s*gem ['\"]jbuilder['\"]\)/\1/" Gemfile
 # relax upstream requirements
 while read name ver file; do
-  echo "$name >= $ver (`rpm -q --qf '%{NAME} %{VERSION}' rubygem-$name`)"
   file=${file:-'Gemfile'}
   sed -i "s/^\(\s*gem ['\"]$name['\"]\).*/\1, '>= $ver'/" $file
 done << EOF