Fix using %{openssl_cms} macro, II.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 24 Sep 2014 21:23:53 +0000 (23:23 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 24 Sep 2014 21:23:53 +0000 (23:23 +0200)
rOCCI-server.spec

index 2f123b8..0106039 100644 (file)
@@ -154,7 +154,7 @@ for p in sdoc capistrano rvm-capistrano debugger fuubar pry-rails pry-rescue pry
 done
 # logstasher and openssl_cms not from git
 sed -i "s/, git:.*//" Gemfile
-echo 'gem "%{openssl_cms}' > lib/authentication_strategies/bundles/Gemfile.keystone
+echo 'gem "%{openssl_cms}"' > lib/authentication_strategies/bundles/Gemfile.keystone
 
 # apache >= 2.4 syntax, applicaton prefix
 sed -i examples/etc/apache2/sites-available/occi-ssl \