69665c9
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "import distutils.sysconfig as d; print d.get_python_lib()")}
69665c9
1b697a8
%define debug_package %{nil}
1b697a8
dc9f982
Summary: Tools for building live CD's
dc9f982
Name: livecd-tools
0e3ab74
Version: 016
2dda366
Release: 1%{?dist}
69665c9
License: GPLv2
dc9f982
Group: System Environment/Base
dc9f982
URL: http://git.fedoraproject.org/?p=hosted/livecd
dc9f982
Source0: %{name}-%{version}.tar.bz2
dc9f982
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
dc9f982
Requires: util-linux
dc9f982
Requires: coreutils
dc9f982
Requires: e2fsprogs
69665c9
Requires: yum >= 3.1.7
dc9f982
Requires: mkisofs
dc9f982
Requires: squashfs-tools
69665c9
Requires: pykickstart >= 0.96
2dda366
Requires: dosfstools >= 2.11-8
1b697a8
Requires: isomd5sum
88dab99
%ifarch %{ix86} x86_64
88dab99
Requires: syslinux
88dab99
%endif
88dab99
%ifarch ppc ppc64
88dab99
Requires: yaboot
88dab99
%endif
69665c9
BuildRequires: python
88dab99
dc9f982
dc9f982
%description 
dc9f982
Tools for generating live CD's on Fedora based systems including
dc9f982
derived distributions such as RHEL, CentOS and others. See
dc9f982
http://fedoraproject.org/wiki/FedoraLiveCD for more details.
dc9f982
dc9f982
%prep
dc9f982
%setup -q
dc9f982
dc9f982
%build
dc9f982
make
dc9f982
dc9f982
%install
dc9f982
rm -rf $RPM_BUILD_ROOT
dc9f982
make install DESTDIR=$RPM_BUILD_ROOT
dc9f982
dc9f982
%clean
dc9f982
rm -rf $RPM_BUILD_ROOT
dc9f982
dc9f982
%files
dc9f982
%defattr(-,root,root,-)
dc9f982
%doc AUTHORS COPYING README HACKING
dc9f982
%{_bindir}/livecd-creator
f4b8d43
%{_bindir}/livecd-iso-to-disk
1d54429
%{_bindir}/livecd-iso-to-pxeboot
dc9f982
%dir %{_datadir}/livecd-tools
dc9f982
%{_datadir}/livecd-tools/*
69665c9
%{_bindir}/image-creator
69665c9
%dir %{python_sitelib}/imgcreate
69665c9
%{python_sitelib}/imgcreate/*.py
69665c9
%{python_sitelib}/imgcreate/*.pyo
69665c9
%{python_sitelib}/imgcreate/*.pyc
dc9f982
dc9f982
%changelog
0e3ab74
* Thu May  1 2008 Jeremy Katz <katzj@redhat.com> - 016-1
0e3ab74
- Config changes all around, including F9 final configs
0e3ab74
- Fix up the minimal image creation
0e3ab74
- Fix odd traceback error on __del__ (#442443)
0e3ab74
- Add late initscript and split things in half
0e3ab74
- livecd-iso-to-disk: Check the available space on the stick (#443046)
0e3ab74
- Fix partition size overriding (kanarip)
0e3ab74
1d54429
* Thu Mar  6 2008 Jeremy Katz <katzj@redhat.com> - 015-1
1d54429
- Support for using live isos with pxe booting (Richard W.M. Jones and 
1d54429
  Chris Lalancette)
1d54429
- Fixes for SELinux being disabled (Warren Togami)
1d54429
- Stop using mayflower for building the initrd; mkinitrd can do it now
1d54429
- Create a minimal /dev rather than using the host /dev (Warren Togami)
1d54429
- Support for persistent overlays when using a USB stick (based on support 
1d54429
  by Douglas McClendon)
1d54429
69665c9
* Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 014-1
69665c9
- Rework to provide a python API for use by other tools (thanks to 
69665c9
  markmc for a lot of the legwork here)
69665c9
- Fix creation of images with ext2 filesystems and no SELinux
69665c9
- Don't require a yum-cache directory inside of the cachedir (#430066)
69665c9
- Many config updates for rawhide
69665c9
- Allow running live images from MMC/SD (#430444)
69665c9
- Don't let a non-standard TMPDIR break things (Jim Meyering)
69665c9
69665c9
* Mon Oct 29 2007 Jeremy Katz <katzj@redhat.com> - 013-1
69665c9
- Lots of config updates
69665c9
- Support 'device foo' to say what modules go in the initramfs
69665c9
- Support multiple kernels being installed
69665c9
- Allow blacklisting kernel modules on boot with blacklist=foo
69665c9
- Improve bootloader configs
69665c9
- Split configs off for f8
69665c9
1b697a8
* Tue Sep 25 2007 Jeremy Katz <katzj@redhat.com> - 012-1
1b697a8
- Allow %%post --nochroot to work for putting files in the root of the iso
1b697a8
- Set environment variables for when %%post is run
1b697a8
- Add progress for downloads (Colin Walters)
1b697a8
- Add cachedir option (Colin Walters)
1b697a8
- Fixes for ppc/ppc64 to work again
1b697a8
- Clean up bootloader config a little
1b697a8
- Enable swaps in the default desktop config
1b697a8
- Ensure all configs are installed (#281911)
1b697a8
- Convert method line to a repo for easier config reuse (jkeating)
1b697a8
- Kill the modprobe FATAL warnings (#240585)
1b697a8
- Verify isos with iso-to-disk script
1b697a8
- Allow passing xdriver for setting the xdriver (#291281)
1b697a8
- Add turboliveinst patch (Douglas McClendon)
1b697a8
- Make iso-to-disk support --resetmbr (#294041)
1b697a8
- Clean up filesystem layout (Douglas McClendon)
1b697a8
- Manifest tweaks for most configs
1b697a8
88dab99
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 011-1
88dab99
- Many config updates for Fedora 8
88dab99
- Support $basearch in repo line of configs; use it
88dab99
- Support setting up Xen kernels and memtest86+ in the bootloader config
88dab99
- Handle rhgb setup
88dab99
- Improved default fs label (Colin Walters)
88dab99
- Support localboot from the bootloader (#252192)
88dab99
- Use hidden menu support in syslinux
88dab99
- Have a base desktop config included by the other configs (Colin Walters)
88dab99
- Use optparse for optino parsing
88dab99
- Remove a lot of command line options; things should be specified via the
88dab99
  kickstart config instead
88dab99
- Beginnings of PPC support (David Woodhouse)
88dab99
- Clean up kernel module inclusion to take advantage of files in Fedora
88dab99
  kernels listing storage drivers
88dab99
ff4abcc
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 010-1
ff4abcc
- Separate out configs used for Fedora 7
ff4abcc
- Add patch from Douglas McClendon to make images smaller
ff4abcc
- Add patch from Matt Domsch to work with older syslinux without vesamenu
ff4abcc
- Add support for using mirrorlists; use them
ff4abcc
- Let livecd-iso-to-disk work with uncompressed images (#248081)
ff4abcc
- Raise error if SELinux requested without being enabled (#248080)
ff4abcc
- Set service defaults on level 2 also (#246350)
ff4abcc
- Catch some failure cases
ff4abcc
- Allow specifying tmpdir
ff4abcc
- Add patch from nameserver specification from Elias Hunt
ff4abcc
d60b5f8
* Wed May 30 2007 Jeremy Katz <katzj@redhat.com> - 009-1
d60b5f8
- miscellaneous live config changes
d60b5f8
- fix isomd5 checking syntax error
d60b5f8
e5207e8
* Fri May  4 2007 Jeremy Katz <katzj@redhat.com> - 008-1
e5207e8
- disable screensaver with default config
e5207e8
- add aic7xxx and sym53c8xx drivers to default initramfs
e5207e8
- fixes from johnp for FC6 support in the creator
e5207e8
- fix iso-to-stick to work on FC6
e5207e8
94c5889
* Tue Apr 24 2007 Jeremy Katz <katzj@redhat.com> - 007-1
94c5889
- Disable prelinking by default
94c5889
- Disable some things that slow down the live boot substantially
94c5889
- Lots of tweaks to the default package manifests
94c5889
- Allow setting the root password (Jeroen van Meeuwen)
94c5889
- Allow more specific network line setting (Mark McLoughlin)
94c5889
- Don't pollute the host yum cache (Mark McLoughlin)
94c5889
- Add support for mediachecking
94c5889
2dda366
* Wed Apr  4 2007 Jeremy Katz <katzj@redhat.com> - 006-1
2dda366
- Many fixes to error handling from Mark McLoughlin
2dda366
- Add the KDE config
2dda366
- Add support for prelinking
2dda366
- Fixes for installing when running from RAM or usb stick
2dda366
- Add sanity checking to better ensure that USB stick is bootable
2dda366
c48f5bc
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-3
c48f5bc
- have to use excludearch, not exclusivearch
c48f5bc
4618413
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-2
4618413
- exclusivearch since it only works on x86 and x86_64 for now
4618413
fdc7be7
* Wed Mar 28 2007 Jeremy Katz <katzj@redhat.com> - 005-1
fdc7be7
- some shell quoting fixes
fdc7be7
- allow using UUID or LABEL for the fs label of a usb stick
fdc7be7
- work with ext2 formated usb stick
fdc7be7
f4b8d43
* Mon Mar 26 2007 Jeremy Katz <katzj@redhat.com> - 004-1
f4b8d43
- add livecd-iso-to-disk for setting up the live CD iso image onto a usb 
f4b8d43
  stick or similar
f4b8d43
dc9f982
* Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com> - 003-1
dc9f982
- fix remaining reference to run-init
dc9f982
dc9f982
* Thu Mar 22 2007 Jeremy Katz <katzj@redhat.com> - 002-1
dc9f982
- update for new version
dc9f982
dc9f982
* Fri Dec 22 2006 David Zeuthen <davidz@redhat.com> - 001-1%{?dist}
dc9f982
- Initial build.
dc9f982