[rubygem-boxgrinder-build/f13/master] Upstream release 0.9.1.

Marek Goldmann goldmann at fedoraproject.org
Wed Apr 27 16:52:03 UTC 2011


commit 9c40e5841cebed672cd4127811dca0672286fa2b
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Wed Apr 27 17:20:19 2011 +0200

    Upstream release 0.9.1.

 .gitignore                    |    1 +
 rubygem-boxgrinder-build.spec |   76 +++++++++++++++++++++++------------------
 sources                       |    2 +-
 3 files changed, 45 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdeeb86..16f2e09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /boxgrinder-build-0.7.1.gem
 /boxgrinder-build-0.8.1.gem
 /boxgrinder-build-0.9.0.gem
+/boxgrinder-build-0.9.1.gem
diff --git a/rubygem-boxgrinder-build.spec b/rubygem-boxgrinder-build.spec
index d42ff40..87224c5 100644
--- a/rubygem-boxgrinder-build.spec
+++ b/rubygem-boxgrinder-build.spec
@@ -5,14 +5,12 @@
 
 Summary: A tool for creating appliances from simple plain text files
 Name: rubygem-%{gemname}
-Version: 0.9.0
-Release: 3%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: LGPLv3+
 URL: http://boxgrinder.org/
 Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
-Patch0: rake_dsl_require.patch
-Patch1: spec_rubygems_require.patch
 
 Requires: ruby(abi) = %{rubyabi}
 Requires: rubygem(boxgrinder-core) >= 0.3.0
@@ -21,6 +19,9 @@ Requires: ruby-libguestfs
 Requires: parted
 Requires: e2fsprogs
 
+# Fix for rubygem-aws package
+Requires: rubygem(activesupport)
+
 BuildArch: noarch
 
 BuildRequires: rubygem(rake)
@@ -30,6 +31,9 @@ BuildRequires: rubygem(boxgrinder-core) < 0.4.0
 BuildRequires: rubygem(echoe)
 BuildRequires: ruby-libguestfs
 
+# Fix for rubygem-aws package
+BuildRequires: rubygem(activesupport)
+
 # EBS and S3
 Requires: rubygem(amazon-ec2)
 # Fixes blankslate error
@@ -60,6 +64,11 @@ Requires: rsync
 Requires: wget
 Requires: util-linux
 
+# ElasticHosts
+Requires: rubygem(rest-client)
+
+BuildRequires: rubygem(rest-client)
+
 Provides: rubygem(%{gemname}) = %{version}
 
 Obsoletes: rubygem(boxgrinder-build-ebs-delivery-plugin) < 0.0.4-2
@@ -93,18 +102,6 @@ Requires:%{name} = %{version}-%{release}
 Documentation for %{name}
 
 %prep
-%setup -q -c -T
-rm -rf .%{gemdir}
-mkdir -p .%{gemdir}
-gem install --local --install-dir .%{gemdir} \
-            --force --rdoc %{SOURCE0}
-
-pushd .%{geminstdir}
-# rake/dsl require
-%patch0 -p1
-# rubygems require
-%patch1 -p1
-popd
 
 %build
 
@@ -116,12 +113,14 @@ mkdir -p %{_builddir}%{gemdir}
 mkdir -p %{buildroot}/%{_bindir}
 mkdir -p %{buildroot}/%{gemdir}
 
-mv .%{gemdir}/bin/* %{buildroot}/%{_bindir}
-find %{buildroot}/%{_bindir} -type f | xargs chmod a+x
-cp -r .%{gemdir}/* %{buildroot}/%{gemdir}
+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
+cp -r %{_builddir}%{gemdir}/* %{buildroot}/%{gemdir}
 
 %check
-pushd .%{geminstdir}
+pushd %{_builddir}/%{geminstdir}
 rake spec
 popd
 
@@ -147,13 +146,24 @@ popd
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
-* Thu Mar 10 2011 <mgoldman at redhat.com> - 0.9.0-3
+* 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
+- [BGBUILD-97] some filesystems dont get unmounted on BG interruption
+- [BGBUILD-155] Images built on Centos5.x (el5) for VirtualBox kernel panic (/dev/root missing)
+- [BGBUILD-190] Allow to specify kernel variant (PAE or not) for Fedora OS
+- [BGBUILD-196] GuestFS fails mounting partitions where more then 3 partitions are present
+- [BGBUILD-200] /sbin/e2label: Filesystem has unsupported feature(s) while trying to open /dev/sda1
+- [BGBUILD-194] Add support for ElasticHosts cloud
+- [BGBUILD-202] Unable to get valid context for ec2-user after login on AMI
+
+* Thu Mar 10 2011 Marek Goldmann <mgoldman at redhat.com> - 0.9.0-3
 - Added rubygems require patch
 
-* Thu Mar 10 2011 <mgoldman at redhat.com> - 0.9.0-2
+* Thu Mar 10 2011 Marek Goldmann <mgoldman at redhat.com> - 0.9.0-2
 - Added Rake 0.9.0 require patch
  
-* Tue Mar 01 2011 <msavy at redhat.com> - 0.9.0-1
+* Tue Mar 01 2011 Marc Savy <msavy at redhat.com> - 0.9.0-1
 - Upstream release: 0.9.0
 - [BGBUILD-103] README to indicate supported operating systems / requirements
 - [BGBUILD-169] S3 plugin temporary work-around for EL5
@@ -167,7 +177,7 @@ popd
 - [BGBUILD-176] Fail the build with appropriate message if any of post section commands fails to execute
 - [BGBUILD-183] Add support for Fedora 15
 
-* Tue Feb 22 2011  <mgoldman at redhat.com> - 0.8.1-1
+* Tue Feb 22 2011 Marek Goldmann <mgoldman at redhat.com> - 0.8.1-1
 - Upstream release: 0.8.1
 - [BGBUILD-141] Long delay after "Preparing guestfs" message when creating new image
 - [BGBUILD-150] Cyclical inclusion dependencies in appliance definition files are not detected/handled
@@ -186,12 +196,12 @@ popd
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Mon Dec 20 2010  <mgoldman at redhat.com> - 0.7.1-1
+* Mon Dec 20 2010 Marek Goldmann <mgoldman at redhat.com> - 0.7.1-1
 - Upstream release: 0.7.1
 - [BGBUILD-123] Remove RPM database recreation code
 - [BGBUILD-124] Guestfs fails while mounting multiple partitions with '_' prefix
 
-* Fri Dec 17 2010  <mgoldman at redhat.com> - 0.7.0-1
+* Fri Dec 17 2010 Marek Goldmann <mgoldman at redhat.com> - 0.7.0-1
 - Updated to upstream version: 0.7.0
 - [BGBUILD-113] Allow to specify supported file formats for operating system plugin
 - [BGBUILD-73] Add support for kickstart files
@@ -199,17 +209,17 @@ popd
 - [BGBUILD-118] Enable SElinux in guestfs
 - [BGBUILD-119] Fix SElinux issues on EC2 appliances
 
-* Thu Dec 02 2010  <mgoldman at redhat.com> - 0.6.5-1
+* Thu Dec 02 2010 Marek Goldmann <mgoldman at redhat.com> - 0.6.5-1
 - Updated to new upstream release: 0.6.5
 
-* Mon Nov 22 2010  <mgoldman at redhat.com> - 0.6.4-3
+* Mon Nov 22 2010 Marek Goldmann <mgoldman at redhat.com> - 0.6.4-3
 - Changelog rewritten
 - Added Require: parted and e2fsprogs
 
-* Sat Nov 20 2010  <mgoldman at redhat.com> - 0.6.4-2
+* Sat Nov 20 2010 Marek Goldmann <mgoldman at redhat.com> - 0.6.4-2
 - Small set of spec file adjustments
 
-* Mon Nov 15 2010  <mgoldman at redhat.com> - 0.6.4-1
+* Mon Nov 15 2010 Marek Goldmann <mgoldman at redhat.com> - 0.6.4-1
 - Updated to new upstream release: 0.6.4
 - Removed BuildRoot tag
 - Adjusted Requires and BuildRequires
@@ -219,12 +229,12 @@ popd
 - [BGBUILD-92] Enable --trace switch by default
 - [BGBUILD-91] Log exceptions to log file
 
-* Tue Nov 09 2010  <mgoldman at redhat.com> - 0.6.3-1
+* Tue Nov 09 2010 Marek Goldmann <mgoldman at redhat.com> - 0.6.3-1
 - [BGBUILD-94] Check if set_network call is avaialbe in libguestfs
 - Added 'check' section that executes tests
 
-* Wed Nov 03 2010  <mgoldman at redhat.com> - 0.6.2-1
+* Wed Nov 03 2010 Marek Goldmann <mgoldman at redhat.com> - 0.6.2-1
 - [BGBUILD-84] Don't use in libguestfs qemu-kvm where hardware accleration isn't available
 
-* Mon Oct 18 2010  <mgoldman at redhat.com> - 0.6.1-1
+* Mon Oct 18 2010 Marek Goldmann <mgoldman at redhat.com> - 0.6.1-1
 - Initial package
diff --git a/sources b/sources
index c8fc017..1a1b93c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-432c9a18de930ae6d31f15b5991622ae  boxgrinder-build-0.9.0.gem
+37e878c72c6f69a72bab0aeabb31fff7  boxgrinder-build-0.9.1.gem


More information about the scm-commits mailing list