[rubygem-boxgrinder-build/f14] Correct patch.

Marek Goldmann goldmann at fedoraproject.org
Wed Aug 17 15:02:30 UTC 2011


commit 08ab8d1ad11e99d866066f71734634263057000f
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Wed Aug 17 16:57:14 2011 +0200

    Correct patch.

 rubygem-boxgrinder-build-0.9.4-spec.patch |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/rubygem-boxgrinder-build-0.9.4-spec.patch b/rubygem-boxgrinder-build-0.9.4-spec.patch
index 8e934d7..8ef64ca 100644
--- a/rubygem-boxgrinder-build-0.9.4-spec.patch
+++ b/rubygem-boxgrinder-build-0.9.4-spec.patch
@@ -23,3 +23,22 @@ diff -Naur boxgrinder-build/spec/helpers/guestfs-helper-spec.rb boxgrinder-build
 -end
 \ No newline at end of file
 +end
+diff -Naur boxgrinder-build/spec/plugins/delivery/s3/s3-plugin-spec.rb boxgrinder-build-work/spec/plugins/delivery/s3/s3-plugin-spec.rb
+--- boxgrinder-build/spec/plugins/delivery/s3/s3-plugin-spec.rb	2011-08-17 14:11:48.314829061 +0200
++++ boxgrinder-build-work/spec/plugins/delivery/s3/s3-plugin-spec.rb	2011-08-17 15:50:38.443962744 +0200
+@@ -154,6 +154,7 @@
+ 
+       @s3helper.should_receive(:stub_s3obj).and_return(s3obj)
+       @s3helper.stub!(:object_exists?).and_return(false)
++      @plugin.should_receive(:asset_bucket).and_return('a')
+ 
+       @plugin.upload_to_bucket(:disk => "adisk")
+     end
+@@ -174,6 +175,7 @@
+ 
+       @s3helper.should_receive(:stub_s3obj).and_return(s3obj)
+       @s3helper.stub!(:object_exists?).and_return(true)
++      @plugin.should_receive(:asset_bucket).and_return('a')
+ 
+       @plugin.upload_to_bucket(:disk => "adisk")
+     end


More information about the scm-commits mailing list