- Fix up --base-on (#471656)

- Fix macro name for excludedocs (bkearney)
- Fix device command (apevec)
- Fix unicode errors (Felix Schwarz)
- Support syslinux in /usr/share
- Use our syslinux's menu com32 modules in livecd-iso-to-disk (#492370)
This commit is contained in:
Jeremy Katz 2009-04-21 18:12:04 +00:00
parent 5134417268
commit 2f3c5dc350
3 changed files with 9 additions and 17 deletions

View File

@ -1 +1 @@
livecd-tools-020.tar.bz2
livecd-tools-020.1.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 021
Version: 020.1
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -21,7 +21,6 @@ Requires: pykickstart >= 0.96
Requires: dosfstools >= 2.11-8
Requires: isomd5sum
Requires: rhpl
Requires: python-urlgrabber
%ifarch %{ix86} x86_64
Requires: syslinux
%endif
@ -65,20 +64,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Jan 19 2009 Jeremy Katz <katzj@redhat.com> - 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)
* Tue Apr 21 2009 Jeremy Katz <katzj@redhat.com> - 020.1-1
- Fix up --base-on (#471656)
- Fix macro name for excludedocs (bkearney)
- Fix device command (apevec)
- Fix unicode errors (Felix Schwarz)
- Support syslinux in /usr/share
- Use our syslinux's menu com32 modules in livecd-iso-to-disk (#492370)
* Wed Nov 12 2008 Jeremy Katz <katzj@redhat.com> - 020-1
- Support setting up a swap file

View File

@ -1 +1 @@
92d8706282f51ab188c09d2bc4461532 livecd-tools-021.tar.bz2
4ce1b9b2fb924fa46fd13133c0f30850 livecd-tools-020.1.tar.bz2