[euca2ools/el6/master] euca2ools-1.2-4.20100701bzr293

gholms gholms at fedoraproject.org
Wed Aug 25 22:38:03 UTC 2010


commit 64ea7e82ab6d0611fd215b6a708d3d90f9e900e7
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Jul 30 21:08:56 2010 -0500

    euca2ools-1.2-4.20100701bzr293
    
    - Update to a snapshot that includes support for block device mapping [575258]

 euca2ools-1.2-bzr251_252-versionstr.patch   |  878 ---------------------------
 euca2ools-1.2-bzr255-rcpath.patch           |   13 -
 euca2ools-1.2-bzr260-describe-order.patch   |   13 -
 euca2ools-1.2-bzr267-path-processing.patch  |   13 -
 euca2ools-1.2-bzr269-createvol-doc.patch    |   26 -
 euca2ools-1.2-bzr271-imgattribute-doc.patch |   58 --
 euca2ools-1.2-bzr273-blockdevmapping.patch  |   16 -
 euca2ools.spec                              |   50 +--
 8 files changed, 8 insertions(+), 1059 deletions(-)
---
diff --git a/euca2ools.spec b/euca2ools.spec
index a6ab10e..fed7e84 100644
--- a/euca2ools.spec
+++ b/euca2ools.spec
@@ -2,16 +2,18 @@
 
 Name:           euca2ools
 Version:        1.2
-Release:        3%{?dist}
+Release:        4.20100701bzr293%{?dist}
 Summary:        Elastic Utility Computing Architecture Command-Line Tools
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://open.eucalyptus.com/
-Source0:        http://eucalyptussoftware.com/downloads/releases/%{name}-%{version}.tar.gz
+# bzr clone http://bazaar.launchpad.net/~eucalyptus-maintainers/euca2ools/euca2ools-main
+# bzr export -r 293 --root=euca2ools-1.2 euca2ools-1.2-bzr293.tar.gz
+Source0:        %{name}-%{version}-bzr293.tar.gz
 
 Requires:       m2crypto
-Requires:       python-boto
+Requires:       python-boto >= 2.0
 
 BuildRequires:  help2man
 BuildRequires:  python-devel
@@ -19,38 +21,6 @@ BuildRequires:  python-setuptools-devel
 
 BuildArch:      noarch
 
-# Fix bad version reporting
-# https://launchpad.net/bugs/522396
-# Upstream bzr251-252
-Patch251:       euca2ools-1.2-bzr251_252-versionstr.patch
-
-# Fix broken rc file searching
-# https://launchpad.net/bugs/516738
-# https://launchpad.net/bugs/524652
-Patch255:       euca2ools-1.2-bzr255-rcpath.patch
-
-# Fix reversed kernel+ramdisk display order in euca-describe-images
-# https://launchpad.net/bugs/526697
-Patch260:       euca2ools-1.2-bzr260-describe-order.patch
-
-# Fix broken file path processing
-# https://launchpad.net/bugs/522060
-Patch267:       euca2ools-1.2-bzr267-path-processing.patch
-
-# Make euca-create-volume documentation consistent
-# https://launchpad.net/bugs/542097
-Patch269:       euca2ools-1.2-bzr269-createvol-doc.patch
-
-# Correct help files for euca-{modify,reset}-image-attribute
-# https://launchpad.net/bugs/543559
-# Adapted from upstream bzr271
-Patch271:       euca2ools-1.2-bzr271-imgattribute-doc.patch
-
-# Fix euca-bundle-image --block-device-mapping
-# https://bugzilla.redhat.com/show_bug.cgi?id=575166
-# https://launchpad.net/bugs/544706
-Patch273:       euca2ools-1.2-bzr273-blockdevmapping.patch
-
 %description
 Eucalyptus is an open source service overlay that implements elastic
 computing using existing resources.  The goal of Eucalyptus is to allow
@@ -64,13 +34,6 @@ Eucalyptus.  These tools are also compatible with Amazon AWS.
 
 %prep
 %setup -q
-%patch251 -p0
-%patch255 -p0
-%patch260 -p0
-%patch267 -p0
-%patch269 -p0
-%patch271 -p0
-%patch273 -p0
 
 
 %build
@@ -106,6 +69,9 @@ rm -rf %{buildroot}
 %doc README
 
 %changelog
+* Thu Jul 22 2010 Garrett Holmstrom <gholms at fedoraproject.org> - 1.2-4.20100701bzr293
+- Update to a snapshot that includes support for block device mapping [575258]
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list