- Allow %post --nochroot to work for putting files in the root of the iso

- Set environment variables for when %post is run
- Add progress for downloads (Colin Walters)
- Add cachedir option (Colin Walters)
- Fixes for ppc/ppc64 to work again
- Clean up bootloader config a little
- Enable swaps in the default desktop config
- Ensure all configs are installed (#281911)
- Convert method line to a repo for easier config reuse (jkeating)
- Kill the modprobe FATAL warnings (#240585)
- Verify isos with iso-to-disk script
- Allow passing xdriver for setting the xdriver (#291281)
- Add turboliveinst patch (Douglas McClendon)
- Make iso-to-disk support --resetmbr (#294041)
- Clean up filesystem layout (Douglas McClendon)
- Manifest tweaks for most configs
This commit is contained in:
Jeremy Katz 2007-09-25 21:41:38 +00:00
parent 76d122aa2a
commit 1b697a8ab2
3 changed files with 24 additions and 3 deletions

View File

@ -1 +1 @@
livecd-tools-011.tar.bz2
livecd-tools-012.tar.bz2

View File

@ -1,6 +1,8 @@
%define debug_package %{nil}
Summary: Tools for building live CD's
Name: livecd-tools
Version: 011
Version: 012
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -15,6 +17,7 @@ Requires: mkisofs
Requires: squashfs-tools
Requires: pykickstart
Requires: dosfstools >= 2.11-8
Requires: isomd5sum
%ifarch %{ix86} x86_64
Requires: syslinux
%endif
@ -52,6 +55,24 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/livecd-tools/*
%changelog
* Tue Sep 25 2007 Jeremy Katz <katzj@redhat.com> - 012-1
- Allow %%post --nochroot to work for putting files in the root of the iso
- Set environment variables for when %%post is run
- Add progress for downloads (Colin Walters)
- Add cachedir option (Colin Walters)
- Fixes for ppc/ppc64 to work again
- Clean up bootloader config a little
- Enable swaps in the default desktop config
- Ensure all configs are installed (#281911)
- Convert method line to a repo for easier config reuse (jkeating)
- Kill the modprobe FATAL warnings (#240585)
- Verify isos with iso-to-disk script
- Allow passing xdriver for setting the xdriver (#291281)
- Add turboliveinst patch (Douglas McClendon)
- Make iso-to-disk support --resetmbr (#294041)
- Clean up filesystem layout (Douglas McClendon)
- Manifest tweaks for most configs
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 011-1
- Many config updates for Fedora 8
- Support $basearch in repo line of configs; use it

View File

@ -1 +1 @@
303b0ab614b0dd4aa14f129153afe242 livecd-tools-011.tar.bz2
12465bf127b9b390bbb7534b84407f93 livecd-tools-012.tar.bz2