From bea77fd4edae94c3fc6eee98317bab38ba63e816 Mon Sep 17 00:00:00 2001 From: David Huff Date: Dec 16 2008 17:12:03 +0000 Subject: - Changed form ExclusiveArch to EcludeArch to fix broken deps - Allow the appliance-creator to use remote urls (bkearney) - Removed the system exits (bkearney) - Moved the real ec2 logic into a global method called convert (bkearney) - Modify all the ec2-creator code to use logging (bkearney) - Changed vmem and vcpu to be public vars - Allow the user to pass in --version and --release (bkearney) --- diff --git a/.cvsignore b/.cvsignore index 7f801e6..74b22b0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -appliance-tools-003.9.tar.bz2 +appliance-tools-003.10.tar.bz2 diff --git a/appliance-tools.spec b/appliance-tools.spec index 6fd0a29..46d4065 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: 003.10 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -20,7 +20,7 @@ Requires: zlib Requires: qemu-img BuildRequires: python BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l noarch +ExcludeArch: ppc64 s390 s390x %description @@ -59,6 +59,15 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +*Tue Dec 16 2008 David Huff - 003.10 +- Changed form ExclusiveArch to EcludeArch to fix broken deps +- Allow the appliance-creator to use remote urls (bkearney) +- Removed the system exits (bkearney) +- Moved the real ec2 logic into a global method called convert (bkearney) +- Modify all the ec2-creator code to use logging (bkearney) +- Changed vmem and vcpu to be public vars +- Allow the user to pass in --version and --release (bkearney) + *Fri Nov 14 2008 David Huff - 003.9 - Fixed bug in globbing files under a directory (pmyers) diff --git a/import.log b/import.log index 0c5f447..eab3847 100644 --- a/import.log +++ b/import.log @@ -5,3 +5,4 @@ appliance-tools-003_1-1_fc10:F-10:appliance-tools-003.1-1.fc10.src.rpm:122657329 appliance-tools-003_7-1_fc10:F-10:appliance-tools-003.7-1.fc10.src.rpm:1226577942 appliance-tools-003_8-1_fc10:F-10:appliance-tools-003.8-1.fc10.src.rpm:1226660476 appliance-tools-003_9-1_fc10:F-10:appliance-tools-003.9-1.fc10.src.rpm:1226931983 +appliance-tools-003_10-1_fc10:F-10:appliance-tools-003.10-1.fc10.src.rpm:1229429431 diff --git a/sources b/sources index 463671d..3d85066 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc827aec50be08fc625174014a2d36f9 appliance-tools-003.9.tar.bz2 +506a5c9a500b2e5240764903ba3887fb appliance-tools-003.10.tar.bz2