[rubygem-boxgrinder-build/f16] Upstream release: 0.10.2

Marek Goldmann goldmann at fedoraproject.org
Thu Jun 14 12:26:40 UTC 2012


commit 745f5e088d871f0032fc7363df9891bf25a98ac4
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Thu Jun 14 14:18:20 2012 +0200

    Upstream release: 0.10.2

 .gitignore                    |    1 +
 rubygem-boxgrinder-build.spec |   10 ++++++++--
 sources                       |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5c4d4a..8003877 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /boxgrinder-build-0.9.8.gem
 /boxgrinder-build-0.10.0.gem
 /boxgrinder-build-0.10.1.gem
+/boxgrinder-build-0.10.2.gem
diff --git a/rubygem-boxgrinder-build.spec b/rubygem-boxgrinder-build.spec
index a1be0f6..62000f0 100644
--- a/rubygem-boxgrinder-build.spec
+++ b/rubygem-boxgrinder-build.spec
@@ -11,7 +11,7 @@
 
 Summary:     A tool for creating appliances from simple plain text files
 Name:        rubygem-%{gem_name}
-Version:     0.10.1
+Version:     0.10.2
 Release:     1%{?dist}
 Group:       Development/Languages
 License:     LGPLv3+
@@ -128,7 +128,7 @@ chmod +x %{buildroot}/%{gem_instdir}/lib/boxgrinder-build/helpers/qemu.wrapper
 
 %check
 pushd %{_builddir}/%{gem_instdir}
-rspec -I. -P 'spec/**/*-spec.rb'
+rspec -r spec_helper -r boxgrinder-core -I. -P 'spec/**/*-spec.rb'
 popd
 
 %files
@@ -153,6 +153,12 @@ popd
 %{gem_docdir}
 
 %changelog
+* Thu Jun 14 2012 Marek Goldmann <mgoldman at redhat.com> - 0.10.2-1
+- Upstream release: 0.10.2
+- [BGBUILD-347] Add support for Fedora 17. Remove unnecessary OS restrictions
+- [BGBUILD-353] Remove all default attaching (EBS) and mounting (EBS, S3)
+- [BGBUILD-361] Yum runs before having a proper /etc/resolv.conf (EC2 & CentOS 5)
+
 * Mon Mar 19 2012 Marek Goldmann <mgoldman at redhat.com> - 0.10.1-1
 - Upstream release 0.10.1
 - Make sure the spec can be used also for Fedora < 17
diff --git a/sources b/sources
index ccdf2c1..8920dd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aaf8668dcd530af971e8979a74903080  boxgrinder-build-0.10.1.gem
+9f014f47ae11ba853c8840e498d19455  boxgrinder-build-0.10.2.gem


More information about the scm-commits mailing list