diff --git a/.cvsignore b/.cvsignore index 61f33d7..209b2f2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-011.tar.bz2 +livecd-tools-012.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 6ed4632..4c447a7 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 - 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 - 011-1 - Many config updates for Fedora 8 - Support $basearch in repo line of configs; use it diff --git a/sources b/sources index 708eb8f..2d59364 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -303b0ab614b0dd4aa14f129153afe242 livecd-tools-011.tar.bz2 +12465bf127b9b390bbb7534b84407f93 livecd-tools-012.tar.bz2