rpms/appliance-tools/devel .cvsignore, 1.2, 1.3 appliance-tools.spec, 1.6, 1.7 import.log, 1.1, 1.2 sources, 1.5, 1.6

David Huff huff at fedoraproject.org
Mon Dec 1 16:29:39 UTC 2008


Author: huff

Update of /cvs/pkgs/rpms/appliance-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24826/devel

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

*Mon Dec 01 2008 David Huff <dhuff at redhat.com> - 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)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Aug 2008 16:36:26 -0000	1.2
+++ .cvsignore	1 Dec 2008 16:29:08 -0000	1.3
@@ -1 +1 @@
-appliance-tools-003.tar.bz2
+appliance-tools-004.tar.bz2


Index: appliance-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/devel/appliance-tools.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- appliance-tools.spec	29 Nov 2008 16:36:36 -0000	1.6
+++ appliance-tools.spec	1 Dec 2008 16:29:08 -0000	1.7
@@ -4,17 +4,23 @@
 
 Summary: Tools for building Appliances
 Name: appliance-tools
-Version: 003
-Release: 5%{?dist}
+Version: 004
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://git.et.redhat.com/?p=act.git
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#  git clone git://git.et.redhat.com/act.git; cd act 
+#  git archive --format=tar --prefix=appliance-tools-%{version} appliance-tools-%{version} | bzip2 > appliance-tools-%{version}.tar.bz2
 Source0: %{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: livecd-tools >= 018 curl rsync kpartx
 Requires: zlib
+Requires: qemu-img
 BuildRequires: python
 BuildArch: noarch
+ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l noarch
 
 
 %description
@@ -53,8 +59,35 @@
 %{python_sitelib}/ec2convert/*.pyc
 
 %changelog
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 003-5
-- Rebuild for Python 2.6
+*Mon Dec 01 2008 David Huff <dhuff at redhat.com> - 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 <dhuff at redhat.com> - 003.9
+- Fixed bug in globbing files under a directory (pmyers)
+
+*Fri Nov 14 2008 David Huff <dhuff at redhat.com> - 003.8
+- Fixed bug that causes appliance-creator to stacktrace when -i is omitted (pmyers)
+
+*Wed Nov 12 2008 David Huff <dhuff at redhat.com> - 003.7
+- Fixed problem with -i only taking one file, now can include a dir
+- Fixed versioning of source file, ie. 003.7
+
+*Mon Nov 10 2008 David Huff <dhuff at redhat.com> - 003-6
+- Fixed broken dependencies for specific archs where qemu is not available
+
+*Fri Nov 07 2008 David Huff <dhuff at redhat.com> - 003-5
+- 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


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	22 Aug 2008 16:36:26 -0000	1.1
+++ import.log	1 Dec 2008 16:29:08 -0000	1.2
@@ -1 +1,2 @@
 appliance-tools-003-1_fc10:HEAD:appliance-tools-003-1.fc10.src.rpm:1219422935
+appliance-tools-004-1_fc10:HEAD:appliance-tools-004-1.fc10.src.rpm:1228130661


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/appliance-tools/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	17 Sep 2008 20:58:09 -0000	1.5
+++ sources	1 Dec 2008 16:29:08 -0000	1.6
@@ -1 +1 @@
-30c00628c4fc6268780d09692e41cf79  appliance-tools-003.tar.bz2
+e1f9dc50ad44063a97395476c7b892e0  appliance-tools-004.tar.bz2




More information about the fedora-extras-commits mailing list