rpms/appliance-tools/F-10 .cvsignore, 1.6, 1.7 appliance-tools.spec, 1.11, 1.12 import.log, 1.7, 1.8 sources, 1.11, 1.12

David Huff huff at fedoraproject.org
Tue Dec 16 17:12:33 UTC 2008


Author: huff

Update of /cvs/pkgs/rpms/appliance-tools/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1006/F-10

Modified Files:
	.cvsignore appliance-tools.spec import.log sources 
Log Message:
* Tue Dec 16 2008 David Huff <dhuff at redhat.com> - 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)





Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	17 Nov 2008 19:26:56 -0000	1.6
+++ .cvsignore	16 Dec 2008 17:12:03 -0000	1.7
@@ -1 +1 @@
-appliance-tools-003.9.tar.bz2
+appliance-tools-003.10.tar.bz2


Index: appliance-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/F-10/appliance-tools.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- appliance-tools.spec	17 Nov 2008 19:26:56 -0000	1.11
+++ appliance-tools.spec	16 Dec 2008 17:12:03 -0000	1.12
@@ -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: qemu-img
 BuildRequires: python
 BuildArch: noarch
-ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l noarch
+ExcludeArch: ppc64 s390 s390x
 
 
 %description
@@ -59,6 +59,15 @@
 %{python_sitelib}/ec2convert/*.pyc
 
 %changelog
+*Tue Dec 16 2008 David Huff <dhuff at redhat.com> - 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 <dhuff at redhat.com> - 003.9
 - Fixed bug in globbing files under a directory (pmyers)
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/F-10/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- import.log	17 Nov 2008 19:26:56 -0000	1.7
+++ import.log	16 Dec 2008 17:12:03 -0000	1.8
@@ -5,3 +5,4 @@
 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/F-10/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	17 Nov 2008 19:26:56 -0000	1.11
+++ sources	16 Dec 2008 17:12:03 -0000	1.12
@@ -1 +1 @@
-bc827aec50be08fc625174014a2d36f9  appliance-tools-003.9.tar.bz2
+506a5c9a500b2e5240764903ba3887fb  appliance-tools-003.10.tar.bz2




More information about the fedora-extras-commits mailing list