rpms/appliance-tools/F-9 import.log, NONE, 1.1 appliance-tools.spec, 1.2, 1.3 sources, 1.3, 1.4

David Huff huff at fedoraproject.org
Mon Nov 10 22:17:16 UTC 2008


Author: huff

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

Modified Files:
	appliance-tools.spec sources 
Added Files:
	import.log 
Log Message:


* Fri Nov 07 2008 David Huff <dhuff at redhat.com> - 002-5
- Fixed broken dependencies for specific archs where qemu is not available
- backported ec2 converter code (jboggs)
- backported features form applaince-tools-003-5
-- 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




--- NEW FILE import.log ---
appliance-tools-002-5_fc9:F-9:appliance-tools-002-5.fc9.src.rpm:1226355311


Index: appliance-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/F-9/appliance-tools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- appliance-tools.spec	13 Oct 2008 18:30:45 -0000	1.2
+++ appliance-tools.spec	10 Nov 2008 22:16:45 -0000	1.3
@@ -5,17 +5,18 @@
 Summary: Tools for building Appliances
 Name: appliance-tools
 Version: 002
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://thincrust.net
 Source0: %{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: livecd-tools >= 017.1
+Requires: livecd-tools >= 017.1 curl rsync kpartx
 Requires: zlib
 Requires: qemu-img
 BuildRequires: python
 BuildArch: noarch
+ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l noarch
 
 
 %description
@@ -43,12 +44,30 @@
 %{_mandir}/man*/*
 %{_bindir}/appliance-creator
 %{_bindir}/image-minimizer
+%{_bindir}/ec2-converter
 %dir %{python_sitelib}/appcreate
+%dir %{python_sitelib}/ec2convert
 %{python_sitelib}/appcreate/*.py
 %{python_sitelib}/appcreate/*.pyo
 %{python_sitelib}/appcreate/*.pyc
+%{python_sitelib}/ec2convert/*.py
+%{python_sitelib}/ec2convert/*.pyo
+%{python_sitelib}/ec2convert/*.pyc
 
 %changelog
+* Fri Nov 07 2008 David Huff <dhuff at redhat.com> - 002-5
+- Fixed broken dependencies for specific archs where qemu is not available
+- backported ec2 converter code (jboggs)
+- backported features form applaince-tools-003-5
+-- 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
+
 * Mon Oct 13 2008 David Huff <dhuff at redhat.com> 002-4
 - fix for problem with long move operations (#466278)
 - support patterns in directory names (apevec)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Oct 2008 18:30:45 -0000	1.3
+++ sources	10 Nov 2008 22:16:45 -0000	1.4
@@ -1 +1 @@
-a6de75e36af7ff3129d6ef15e7b603dc  appliance-tools-002.tar.bz2
+e3a57e1ee535113f41ce6937a842567e  appliance-tools-002.tar.bz2




More information about the scm-commits mailing list