From 5134417268314592563a115b798715f1ff9eec8a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Jan 21 2009 21:25:58 +0000 Subject: sync to 021 from devel --- diff --git a/livecd-tools.spec b/livecd-tools.spec index 7ab1468..bdf66f3 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CD's Name: livecd-tools -Version: 020 +Version: 021 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -21,6 +21,7 @@ Requires: pykickstart >= 0.96 Requires: dosfstools >= 2.11-8 Requires: isomd5sum Requires: rhpl +Requires: python-urlgrabber %ifarch %{ix86} x86_64 Requires: syslinux %endif @@ -64,6 +65,21 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* 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) diff --git a/sources b/sources index 72fb3b4..25b3388 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -007196b230f4c529b351d729918d1a4f livecd-tools-020.tar.bz2 +92d8706282f51ab188c09d2bc4461532 livecd-tools-021.tar.bz2