[rubygem-boxgrinder-build] Upstream release 0.9.3.

Marek Goldmann goldmann at fedoraproject.org
Tue Jun 28 15:57:55 UTC 2011


commit 54d4a3e657c7527e2b7a5427ab46e606fb82a022
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Tue Jun 28 17:57:35 2011 +0200

    Upstream release 0.9.3.

 .gitignore                    |    1 +
 rubygem-boxgrinder-build.spec |   25 ++++++++++++++++++++++++-
 sources                       |    2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a170624..23dc9a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /boxgrinder-build-0.9.0.gem
 /boxgrinder-build-0.9.1.gem
 /boxgrinder-build-0.9.2.gem
+/boxgrinder-build-0.9.3.gem
diff --git a/rubygem-boxgrinder-build.spec b/rubygem-boxgrinder-build.spec
index 7407944..dea8604 100644
--- a/rubygem-boxgrinder-build.spec
+++ b/rubygem-boxgrinder-build.spec
@@ -5,7 +5,7 @@
 
 Summary: A tool for creating appliances from simple plain text files
 Name: rubygem-%{gemname}
-Version: 0.9.2
+Version: 0.9.3
 Release: 1%{?dist}
 Group: Development/Languages
 License: LGPLv3+
@@ -117,6 +117,7 @@ mkdir -p %{buildroot}/%{gemdir}
             --force --rdoc %{SOURCE0}
 mv %{_builddir}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 find %{_builddir}%{geminstdir}/bin -type f | xargs chmod a+x
+rm -rf %{_builddir}/%{geminstdir}/integ/packages/*.rpm
 cp -r %{_builddir}%{gemdir}/* %{buildroot}/%{gemdir}
 
 %check
@@ -141,12 +142,34 @@ popd
 %files doc
 %defattr(-, root, root, -)
 %{geminstdir}/spec
+%{geminstdir}/integ
 %{geminstdir}/Rakefile
 %{geminstdir}/rubygem-%{gemname}.spec
 %{geminstdir}/%{gemname}.gemspec
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Tue Jun 28 2011 Marc Savy <msavy at redhat.com> - 0.9.3-1
+- Upstream release: 0.9.3
+- [BGBUILD-232] boxgrinder doesn't validate config early enough
+- [BGBUILD-237] Tilde characters break creation of yum.conf
+- [BGBUILD-223] BoxGrinder hangs because qemu.wrapper does not detect x86_64 properly on CentOS 5.6
+- [BGBUILD-241] Add Scientific Linux support
+- [BGBUILD-220] Group names have spaces (to the user), this breaks schema rules for packages
+- [BGBUILD-222] Allow overwrite of uploaded ec2 image
+- [BGBUILD-225] Move PAE configuration parameter to operating system configuration
+- [BGBUILD-224] EBS Plugin Support for CentOS v5.5 and fix for non-integer EBS disk sizes
+- [BGBUILD-231] Cannot register Fedora 15 EC2 AMI with S3 delivery plugin in eu-west-1 availability zone
+- [BGBUILD-193] EBS delivery plugin timing/concurrency issues
+- [BGBUILD-247] ap-northeast-1 end-point is missing in S3 plugin (added Tokyo region)
+- [BGBUILD-251] Add ap-northeast-1 (tokyo) region for EBS plugin
+- [BGBUILD-248] Throw error in S3 plugin if invalid region is specified
+- [BGBUILD-252] rc.local script fills ~/.ssh/authorized_keys with a duplicate key every boot
+- [BGBUILD-250] EBS plugin incorrectly determines that non-US regions are not EC2 instances
+- [BGBUILD-254] Not able to deliver EBS AMIs to regions other than us-east-1
+- [BGBUILD-260] Wrong EC2 discovery causing libguestfs errors on non US regions
+- [BGBUILD-261] Decrease amount of debug log when downloading or uploading file using guestfs
+
 * Tue May 17 2011 Marek Goldmann <mgoldman at redhat.com> - 0.9.2-1
 - Upstream release: 0.9.2
 - [BGBUILD-148] Add support for building CentOS/RHEL images on Fedora
diff --git a/sources b/sources
index f78e033..191229f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7bbfe1c695b44518d5bddc3106171bc  boxgrinder-build-0.9.2.gem
+53febdd9843197416b069a987779d6aa  boxgrinder-build-0.9.3.gem


More information about the scm-commits mailing list