rpms/appliance-tools/F-10 appliance-tools.spec,1.5,1.6

David Huff huff at fedoraproject.org
Fri Nov 7 19:18:53 UTC 2008


Author: huff

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

Modified Files:
	appliance-tools.spec 
Log Message:
*Fri Nov 07 2008 David Huff <dhuff at redhat.com> - 003-4
- Added error for Incomplete partition info (#465988)
- Fixed problem with long move operations (#466278)
- Fixed error converting disk formats (#464798)
- Added support for tar archives (#470292)
- Added md5/sha256 disk signature support (jboggs)
- Modified zip functionality can now do with or with out 64bit ext.
- Added support for including extra file in the package (#470337)
- Added option for -o outdir, no longer uses name
- OutPut is now in a seprate dir under appliance name



Index: appliance-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/F-10/appliance-tools.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- appliance-tools.spec	17 Sep 2008 20:58:09 -0000	1.5
+++ appliance-tools.spec	7 Nov 2008 19:18:23 -0000	1.6
@@ -5,7 +5,7 @@
 Summary: Tools for building Appliances
 Name: appliance-tools
 Version: 003
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://git.et.redhat.com/?p=act.git
@@ -13,6 +13,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: livecd-tools >= 018 curl rsync kpartx
 Requires: zlib
+Requires: qemu-img
 BuildRequires: python
 BuildArch: noarch
 
@@ -53,6 +54,17 @@
 %{python_sitelib}/ec2convert/*.pyc
 
 %changelog
+*Fri Nov 07 2008 David Huff <dhuff at redhat.com> - 003-4
+- Added error for Incomplete partition info (#465988)
+- Fixed problem with long move operations (#466278)
+- Fixed error converting disk formats (#464798)
+- Added support for tar archives (#470292)
+- Added md5/sha256 disk signature support (jboggs)
+- Modified zip functionality can now do with or with out 64bit ext.
+- Added support for including extra file in the package (#470337)
+- Added option for -o outdir, no longer uses name
+- OutPut is now in a seprate dir under appliance name
+
 *Wed Sep 17 2008 David Huff <dhuff at redhat.com> - 003-4
 - Removed all the kickstart files in the config dir to mirror livecd-tools
 - Added the image minimization to the refactored code (BKearney)




More information about the fedora-extras-commits mailing list