From 2dda3668b0ff65c4fe43a7e46ef06e0010ef37fd Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Apr 04 2007 20:57:28 +0000 Subject: - Many fixes to error handling from Mark McLoughlin - Add the KDE config - Add support for prelinking - Fixes for installing when running from RAM or usb stick - Add sanity checking to better ensure that USB stick is bootable --- diff --git a/.cvsignore b/.cvsignore index 89fbe5d..98714fa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-005.tar.bz2 +livecd-tools-006.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 901e9d0..fd3e753 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -1,7 +1,7 @@ Summary: Tools for building live CD's Name: livecd-tools -Version: 005 -Release: 3%{?dist} +Version: 006 +Release: 1%{?dist} License: GPL Group: System Environment/Base URL: http://git.fedoraproject.org/?p=hosted/livecd @@ -14,7 +14,8 @@ Requires: yum >= 3.0.0 Requires: mkisofs Requires: squashfs-tools Requires: pykickstart >= 0.96 -Requires: syslinux +Requires: syslinux >= 3.30 +Requires: dosfstools >= 2.11-8 BuildArch: noarch ExcludeArch: ppc pp64 @@ -47,6 +48,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/livecd-tools/* %changelog +* Wed Apr 4 2007 Jeremy Katz - 006-1 +- Many fixes to error handling from Mark McLoughlin +- Add the KDE config +- Add support for prelinking +- Fixes for installing when running from RAM or usb stick +- Add sanity checking to better ensure that USB stick is bootable + * Thu Mar 29 2007 Jeremy Katz - 005-3 - have to use excludearch, not exclusivearch diff --git a/sources b/sources index 63e0fcd..1900929 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -371a93d79e3326f6cbb4303c373c62e1 livecd-tools-005.tar.bz2 +54c793e73aa016022283a036d9e6485f livecd-tools-006.tar.bz2