- Fix ppc image creation (#497193, help from jwboyer)

- Fixes for using ext[23] usb stick (wtogami)
- Check filesystem after resizing and raise an error if there are problems
    (#497377)
This commit is contained in:
Jeremy Katz 2009-05-06 18:05:19 +00:00
parent 62f48a0f5e
commit d6a509ba80
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
livecd-tools-023.tar.bz2
livecd-tools-024.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 023
Version: 024
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -81,6 +81,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed May 6 2009 Jeremy Katz <katzj@redhat.com> - 024-1
- Fix ppc image creation (#497193, help from jwboyer)
- Fixes for using ext[23] usb stick (wtogami)
- Check filesystem after resizing and raise an error if there are
problems (#497377)
* Tue Apr 14 2009 Jeremy Katz <katzj@redhat.com> - 023-1
- Don't prompt about overwriting when making usb stick (#491234)
- Fix up livecd-iso-to-pxeboot for new syslinux paths

View File

@ -1 +1 @@
27cc1df7be92b47c02e4537666ca6dc4 livecd-tools-023.tar.bz2
9e1ffda4a6b93c53ef7964dfadce2452 livecd-tools-024.tar.bz2