diff --git a/.cvsignore b/.cvsignore index 3d30f2d..ad32dcf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-018.tar.bz2 +livecd-tools-019.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index ab641b8..681f6cf 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CD's Name: livecd-tools -Version: 018 +Version: 019 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -14,12 +14,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: util-linux Requires: coreutils Requires: e2fsprogs -Requires: yum >= 3.1.7 +Requires: yum >= 3.2.18 Requires: mkisofs Requires: squashfs-tools Requires: pykickstart >= 0.96 Requires: dosfstools >= 2.11-8 Requires: isomd5sum +Requires: rhpl %ifarch %{ix86} x86_64 Requires: syslinux %endif @@ -63,6 +64,18 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Fri Oct 10 2008 Jeremy Katz - 019-1 +- livecd-iso-to-disk: Various other XO fixes +- Cleanup rpmdb locks after package installation +- Fix traceback due to lazy rhpl.keyboard import +- Fix using groups with options (jkeating) +- Support persistent /home on XO's internal flash +- Fix ramdisk load addr in boot/olpc.fth for XO +- Fix up boot from SD +- Fix extracting boot parameters for pxe (apevec) +- Make rpm macro information persist into the image (bkearney) +- Support %packages --instLangs (bkearney) + * Thu Aug 28 2008 Jeremy Katz - 018-1 - Use logging API for debugging messages (dhuff) - Some initial support for booting live images on an XO diff --git a/sources b/sources index 57a222a..6f3fba3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d205dc17dd4fba75d086f374fdb2d4de livecd-tools-018.tar.bz2 +d8c24fd4c2c6ced8893ea16f22ce985c livecd-tools-019.tar.bz2