Compare commits

...

12 Commits
master ... f10

Author SHA1 Message Date
Fedora Release Engineering d7803d8339 dist-git conversion 2010-07-28 10:06:03 +00:00
Bill Nottingham e5631cf07d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:28:27 +00:00
David Huff fd4e7f7985 - back port patch adds self.modules to include additional modules in
ramdisk
- requires livecd-tools 021
2009-01-22 21:40:34 +00:00
David Huff bea77fd4ed - 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)
2008-12-16 17:12:03 +00:00
David Huff 0eab6be8eb - Fixed bug in globbing files under a directory (pmyers) 2008-11-17 19:26:56 +00:00
David Huff dedebd8be4 - Fixed bug that causes appliance-creator to stacktrace when -i is omitted
(pmyers)
2008-11-14 16:01:58 +00:00
David Huff 03137a5882 Bumped version to match previous releases, 003.7 2008-11-13 17:06:41 +00:00
David Huff cdc94efeae - Fixed problem with -i only taking one file, now can include a dir
- Fixed versioning of source file
2008-11-13 15:49:19 +00:00
David Huff 9ec9c73c1b *** empty log message *** 2008-11-10 21:56:10 +00:00
David Huff b19f174f92 updated SRPM for applaince-tools-003.5 2008-11-07 19:21:59 +00:00
David Huff ea1beec129 - 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
2008-11-07 19:18:23 +00:00
Jesse Keating 7bdd7d7926 Initialize branch F-10 for appliance-tools 2008-11-07 04:31:19 +00:00
6 changed files with 48 additions and 27 deletions

View File

@ -1 +0,0 @@
appliance-tools-003.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
appliance-tools-003.11.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: appliance-tools
# $Id$
NAME := appliance-tools
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -4,17 +4,23 @@
Summary: Tools for building Appliances
Name: appliance-tools
Version: 003
Release: 4%{?dist}
Version: 003.11
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: livecd-tools >= 021 curl rsync kpartx
Requires: zlib
Requires: qemu-img
BuildRequires: python
BuildArch: noarch
ExcludeArch: ppc64 s390 s390x
%description
@ -53,6 +59,43 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/ec2convert/*.pyc
%changelog
*Tue Jan 22 2009 David Huff <dhuff@redhat.com> - 003.11
- back port patch adds self.modules to include additional modules in ramdisk
- requires livecd-tools 021
*Tue Dec 16 2008 David Huff <dhuff@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@redhat.com> - 003.9
- Fixed bug in globbing files under a directory (pmyers)
*Fri Nov 14 2008 David Huff <dhuff@redhat.com> - 003.8
- Fixed bug that causes appliance-creator to stacktrace when -i is omitted (pmyers)
*Wed Nov 12 2008 David Huff <dhuff@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@redhat.com> - 003-6
- Fixed broken dependencies for specific archs where qemu is not available
*Fri Nov 07 2008 David Huff <dhuff@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@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)

View File

@ -1 +0,0 @@
appliance-tools-003-1_fc10:HEAD:appliance-tools-003-1.fc10.src.rpm:1219422935

View File

@ -1 +1 @@
30c00628c4fc6268780d09692e41cf79 appliance-tools-003.tar.bz2
311e293be8545e313c2760afb4a73580 appliance-tools-003.11.tar.bz2