From e4ccb969a7e732f3b25da17e0502afa61cd18ffc Mon Sep 17 00:00:00 2001 From: David Huff Date: Dec 01 2008 16:15:59 +0000 Subject: bumped version for rebuild for Python 2.6 --- diff --git a/Makefile b/Makefile index e932492..86729ee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 003.9 +VERSION = 004 INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} diff --git a/appliance-tools.spec b/appliance-tools.spec index 6fd0a29..ea6b9d3 100644 --- a/appliance-tools.spec +++ b/appliance-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building Appliances Name: appliance-tools -Version: 003.9 +Version: 004 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -59,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +*Mon Dec 01 2008 David Huff - 004 +- bumped version for rebuild for Python 2.6 +- Allow the user to pass in --version and --release command line paramneters (bkearney) +- Patches to integrate ec2 conversion into the adk (bkeareny) +- Allow the appliance-creator to use remote urls with the new image tools (bkearney) + *Fri Nov 14 2008 David Huff - 003.9 - Fixed bug in globbing files under a directory (pmyers)