[rubygem-boxgrinder-build/f14] Upstream release: 0.9.2.

Marek Goldmann goldmann at fedoraproject.org
Tue May 17 16:01:54 UTC 2011


commit e1d0e92687fcf7788192062b9514cdb96d465662
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Tue May 17 05:54:54 2011 +0200

    Upstream release: 0.9.2.

 .gitignore                    |    1 +
 rubygem-boxgrinder-build.spec |   17 +++++++++++++++--
 sources                       |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16f2e09..a170624 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /boxgrinder-build-0.8.1.gem
 /boxgrinder-build-0.9.0.gem
 /boxgrinder-build-0.9.1.gem
+/boxgrinder-build-0.9.2.gem
diff --git a/rubygem-boxgrinder-build.spec b/rubygem-boxgrinder-build.spec
index 87224c5..7407944 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.1
+Version: 0.9.2
 Release: 1%{?dist}
 Group: Development/Languages
 License: LGPLv3+
@@ -113,7 +113,7 @@ mkdir -p %{_builddir}%{gemdir}
 mkdir -p %{buildroot}/%{_bindir}
 mkdir -p %{buildroot}/%{gemdir}
 
-gem install --local --install-dir %{_builddir}%{gemdir} \
+/usr/bin/gem install --local --install-dir %{_builddir}%{gemdir} \
             --force --rdoc %{SOURCE0}
 mv %{_builddir}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 find %{_builddir}%{geminstdir}/bin -type f | xargs chmod a+x
@@ -134,6 +134,7 @@ popd
 %doc %{geminstdir}/LICENSE
 %doc %{geminstdir}/README.md
 %doc %{geminstdir}/Manifest
+%attr(755, root, root) %{geminstdir}/lib/boxgrinder-build/helpers/qemu.wrapper
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
@@ -146,6 +147,18 @@ popd
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* 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
+- [BGBUILD-204] Fedora 15 appliance networking start on boot failed
+- [BGBUILD-208] Kickstart files not working with 0.9.1
+- [BGBUILD-205] Error while converting to EC2 when guest OS is CentOS/RHEL 5
+- [BGBUILD-213] CloudSigma support
+- [BGBUILD-209] Wrong /etc/mtab on Fedora 15 appliances causes errors
+- [BGBUILD-203] Vmware vmdk disk size is wrong when installing via kickstart files
+- [BGBUILD-207] Guestfs dies on Fedora 15 with 'KVM not supported for this target' message
+- [BGBUILD-83] Enable libguestfs log callback to redirect guestfs output to logger
+
 * Wed Apr 27 2011 Marek Goldmann <mgoldman at redhat.com> - 0.9.1-1
 - Upstream release: 0.9.1
 - [BGBUILD-188] Use libuestfs instead mounting partitions manually for EC2 appliances
diff --git a/sources b/sources
index 1a1b93c..f78e033 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37e878c72c6f69a72bab0aeabb31fff7  boxgrinder-build-0.9.1.gem
+c7bbfe1c695b44518d5bddc3106171bc  boxgrinder-build-0.9.2.gem


More information about the scm-commits mailing list