From fdc7be72ff3d7b106a2ec426f3cbbf4cef369c19 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 28 Mar 2007 15:49:47 +0000 Subject: [PATCH] - some shell quoting fixes - allow using UUID or LABEL for the fs label of a usb stick - work with ext2 formated usb stick --- .cvsignore | 2 +- livecd-tools.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 083567d..89fbe5d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-004.tar.bz2 +livecd-tools-005.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index d85a804..3b50063 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -1,6 +1,6 @@ Summary: Tools for building live CD's Name: livecd-tools -Version: 004 +Version: 005 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -14,6 +14,7 @@ Requires: yum >= 3.0.0 Requires: mkisofs Requires: squashfs-tools Requires: pykickstart >= 0.96 +Requires: syslinux BuildArch: noarch %description @@ -45,6 +46,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/livecd-tools/* %changelog +* Wed Mar 28 2007 Jeremy Katz - 005-1 +- some shell quoting fixes +- allow using UUID or LABEL for the fs label of a usb stick +- work with ext2 formated usb stick + * Mon Mar 26 2007 Jeremy Katz - 004-1 - add livecd-iso-to-disk for setting up the live CD iso image onto a usb stick or similar diff --git a/sources b/sources index 2ac1d84..63e0fcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -692fc8c23a7934c78fdb7e5dcc2ba749 livecd-tools-004.tar.bz2 +371a93d79e3326f6cbb4303c373c62e1 livecd-tools-005.tar.bz2