diff --git a/.cvsignore b/.cvsignore index ad32dcf..2d5260c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-019.tar.bz2 +livecd-tools-021.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index e951147..bdf66f3 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,8 +4,8 @@ Summary: Tools for building live CD's Name: livecd-tools -Version: 019 -Release: 2%{?dist} +Version: 021 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://git.fedoraproject.org/?p=hosted/livecd @@ -21,10 +21,11 @@ Requires: pykickstart >= 0.96 Requires: dosfstools >= 2.11-8 Requires: isomd5sum Requires: rhpl +Requires: python-urlgrabber %ifarch %{ix86} x86_64 Requires: syslinux %endif -%ifarch ppc ppc64 +%ifarch ppc Requires: yaboot %endif BuildRequires: python @@ -64,8 +65,32 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 019-2 -- Rebuild for Python 2.6 +* Mon Jan 19 2009 Jeremy Katz - 021-1 +- Start of support for hybrid GPT/MBR usb sticks (Stewart Adam) +- Fix for udev deprecated syntax (#480109) +- Keep cache with --cache (Jan Kratochvil, #479716) +- Use absolute path to cachedir (#479716) +- Support UDF for large ISO spins (Bruno Wolf, #476696) +- Improvements for encrypted /home setup (mdomsch, #475399) +- Don't allow spaces in labels (#475834) +- Fix --tmpdir relative path (dhuff) +- Support ext4 rootfs +- Fix device command version check (apevec) +- Allow URLs for specifying the kickstart config (bkearney) +- Fix macro name for excludedocs (bkearney) +- Fix up --base-on (#471656) + +* Wed Nov 12 2008 Jeremy Katz - 020-1 +- Support setting up a swap file +- Verify integer args in livecd-iso-to-disk (#467257) +- Set up persistent /home on internal mtd0 for XO +- Default to resetting the overlay on XO +- Support copying the raw ext3fs to the usb stick instead of the squash +- Mactel fixes +- Align initrd properly on XO (#467093) +- Make initrd load addr work on newer XO firmwares +- Fix up Xen paths for Xen live images (Michael Ansel) +- Support --defaultdesktop (Orion Poplawski) * Fri Oct 10 2008 Jeremy Katz - 019-1 - livecd-iso-to-disk: Various other XO fixes diff --git a/sources b/sources index 6f3fba3..25b3388 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8c24fd4c2c6ced8893ea16f22ce985c livecd-tools-019.tar.bz2 +92d8706282f51ab188c09d2bc4461532 livecd-tools-021.tar.bz2