239278d
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "import distutils.sysconfig as d; print d.get_python_lib()")}
239278d
239278d
%define debug_package %{nil}
239278d
239278d
Summary: Tools for building Appliances
239278d
Name: appliance-tools
239278d
Version: 003
fff17af
Release: 4%{?dist}
239278d
License: GPLv2
239278d
Group: System Environment/Base
832ff49
URL: http://git.et.redhat.com/?p=act.git
239278d
Source0: %{name}-%{version}.tar.bz2
239278d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
fff17af
Requires: livecd-tools >= 018 curl rsync kpartx
fff17af
Requires: zlib
239278d
BuildRequires: python
239278d
BuildArch: noarch
239278d
239278d
239278d
%description
239278d
Tools for generating appliance images on Fedora based systems including
239278d
derived distributions such as RHEL, CentOS and others. See
239278d
http://thincrust.net for more details.
239278d
239278d
%prep
832ff49
%setup -q
239278d
239278d
%build
239278d
make
239278d
239278d
%install
239278d
rm -rf $RPM_BUILD_ROOT
239278d
make install DESTDIR=$RPM_BUILD_ROOT
239278d
239278d
%clean
239278d
rm -rf $RPM_BUILD_ROOT
239278d
239278d
%files
239278d
%defattr(-,root,root,-)
fff17af
%doc README COPYING
fff17af
%doc config/fedora-aos.ks
fff17af
%{_mandir}/man*/*
239278d
%{_bindir}/appliance-creator
fff17af
%{_bindir}/image-minimizer
fff17af
%{_bindir}/ec2-converter
239278d
%dir %{python_sitelib}/appcreate
fff17af
%dir %{python_sitelib}/ec2convert
239278d
%{python_sitelib}/appcreate/*.py
239278d
%{python_sitelib}/appcreate/*.pyo
239278d
%{python_sitelib}/appcreate/*.pyc
fff17af
%{python_sitelib}/ec2convert/*.py
fff17af
%{python_sitelib}/ec2convert/*.pyo
fff17af
%{python_sitelib}/ec2convert/*.pyc
239278d
239278d
%changelog
fff17af
*Wed Sep 17 2008 David Huff <dhuff@redhat.com> - 003-4
fff17af
- Removed all the kickstart files in the config dir to mirror livecd-tools
fff17af
- Added the image minimization to the refactored code (BKearney)
fff17af
- multiple interface issue (#460922)
fff17af
- added --format option to specity disk image format
fff17af
- added --package option to specify output, currently only .zip supported
fff17af
- added --vmem and --vcpu options
fff17af
- Merged ec2-converter code (jboggs)
fff17af
bb4f382
*Tue Aug 26 2008 David Huff <dhuff@redhat.com> - 003-3
bb4f382
- release 3 fixes minor build errors 
bb4f382
239278d
* Wed Jul 09 2008 David Huff <dhuff@redhat.com> - 003-1
832ff49
- version 003 is build for latest version of livecd-tools with patches
832ff49
832ff49
* Wed Jul 09 2008 Alan Pevec <apevec@redhat.com> 002-1
832ff49
- import imgcreate.fs refactoring and other changes
832ff49
  to make it work with Fedora-9 livecd-tools-0.17.1 w/o Thincrust patches
832ff49
- version 002 is for f9 branch to work with stock f9 livecd-tools
239278d
239278d
* Wed Jun 11 2008 David Huff <dhuff@redhat.com> - 001-3
239278d
- fixed dependancys
239278d
239278d
* Tue Jun 10 2008 David Huff <dhuff@redhat.com> - 001-2
239278d
- Undated opt parser
239278d
- fixed grub issue
239278d
- build aginsted newer livecd-tools for selinux issues
239278d
239278d
* Wed May 14 2008 David Huff <dhuff@redhat.com> - 001
239278d
- Initial build.
239278d
239278d