devel/livecd-tools .cvsignore, 1.9, 1.10 livecd-tools.spec, 1.10, 1.11 sources, 1.9, 1.10

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Tue Aug 28 21:26:07 UTC 2007


Author: katzj

Update of /cvs/pkgs/devel/livecd-tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6040

Modified Files:
	.cvsignore livecd-tools.spec sources 
Log Message:
* Tue Aug 28 2007 Jeremy Katz <katzj at redhat.com> - 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/livecd-tools/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	25 Jul 2007 20:11:56 -0000	1.9
+++ .cvsignore	28 Aug 2007 21:25:34 -0000	1.10
@@ -1 +0,0 @@
-livecd-tools-010.tar.bz2


Index: livecd-tools.spec
===================================================================
RCS file: /cvs/pkgs/devel/livecd-tools/livecd-tools.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- livecd-tools.spec	25 Jul 2007 19:03:28 -0000	1.10
+++ livecd-tools.spec	28 Aug 2007 21:25:34 -0000	1.11
@@ -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: 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 @@
 %{_datadir}/livecd-tools/*
 
 %changelog
+* Tue Aug 28 2007 Jeremy Katz <katzj at redhat.com> - 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 <katzj at redhat.com> - 010-1
 - Separate out configs used for Fedora 7
 - Add patch from Douglas McClendon to make images smaller


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/livecd-tools/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	25 Jul 2007 20:11:56 -0000	1.9
+++ sources	28 Aug 2007 21:25:34 -0000	1.10
@@ -1 +0,0 @@
-071abe70aed25b111a8c26263f5a9332  livecd-tools-010.tar.bz2




More information about the fedora-extras-commits mailing list