From 88dab995b2de93e10a1191b4d3bea8cc15cd21a2 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Aug 28 2007 21:25:34 +0000 Subject: - Many config updates for Fedora 8 - Support $basearch in repo line of configs; use it - Support setting up Xen kernels and memtest86+ in the bootloader config - Handle rhgb setup - Improved default fs label (Colin Walters) - Support localboot from the bootloader (#252192) - Use hidden menu support in syslinux - Have a base desktop config included by the other configs (Colin Walters) - Use optparse for optino parsing - Remove a lot of command line options; things should be specified via the kickstart config instead - Beginnings of PPC support (David Woodhouse) - Clean up kernel module inclusion to take advantage of files in Fedora kernels listing storage drivers --- diff --git a/.cvsignore b/.cvsignore index af15996..e69de29 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +0,0 @@ -livecd-tools-010.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 13cf3e5..6ed4632 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -1,6 +1,6 @@ Summary: Tools for building live CD's Name: livecd-tools -Version: 010 +Version: 011 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -14,10 +14,14 @@ Requires: yum >= 3.0.0 Requires: mkisofs Requires: squashfs-tools Requires: pykickstart -Requires: syslinux Requires: dosfstools >= 2.11-8 -BuildArch: noarch -ExcludeArch: ppc ppc64 +%ifarch %{ix86} x86_64 +Requires: syslinux +%endif +%ifarch ppc ppc64 +Requires: yaboot +%endif + %description Tools for generating live CD's on Fedora based systems including @@ -48,6 +52,22 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/livecd-tools/* %changelog +* Tue Aug 28 2007 Jeremy Katz - 011-1 +- Many config updates for Fedora 8 +- Support $basearch in repo line of configs; use it +- Support setting up Xen kernels and memtest86+ in the bootloader config +- Handle rhgb setup +- Improved default fs label (Colin Walters) +- Support localboot from the bootloader (#252192) +- Use hidden menu support in syslinux +- Have a base desktop config included by the other configs (Colin Walters) +- Use optparse for optino parsing +- Remove a lot of command line options; things should be specified via the + kickstart config instead +- Beginnings of PPC support (David Woodhouse) +- Clean up kernel module inclusion to take advantage of files in Fedora + kernels listing storage drivers + * Wed Jul 25 2007 Jeremy Katz - 010-1 - Separate out configs used for Fedora 7 - Add patch from Douglas McClendon to make images smaller diff --git a/sources b/sources index 361ff1e..e69de29 100644 --- a/sources +++ b/sources @@ -1 +0,0 @@ -071abe70aed25b111a8c26263f5a9332 livecd-tools-010.tar.bz2