[Fedora-livecd-list] 2 commits - livecd-tools.spec Makefile

Jeremy Katz katzj at fedoraproject.org
Wed Nov 12 22:01:19 UTC 2008


 Makefile          |    2 +-
 livecd-tools.spec |   16 ++++++++++++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit f5d9fe4736f7bd71ab56c12e1e41ff54aae7c927
Author: Jeremy Katz <katzj at redhat.com>
Date:   Wed Nov 12 16:21:23 2008 -0500

    Bump version

diff --git a/Makefile b/Makefile
index a463fc5..48c89d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION = 019
+VERSION = 020
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 863b9ff..7ab1468 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CD's
 Name: livecd-tools
-Version: 019
+Version: 020
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -64,6 +64,18 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Wed Nov 12 2008 Jeremy Katz <katzj at redhat.com> - 020-1
+- Support setting up a swap file
+- Verify integer args in livecd-iso-to-disk (#467257)
+- Set up persistent /home on internal mtd0 for XO
+- Default to resetting the overlay on XO
+- Support copying the raw ext3fs to the usb stick instead of the squash
+- Mactel fixes
+- Align initrd properly on XO (#467093)
+- Make initrd load addr work on newer XO firmwares
+- Fix up Xen paths for Xen live images (Michael Ansel)
+- Support --defaultdesktop (Orion Poplawski)
+
 * Fri Oct 10 2008 Jeremy Katz <katzj at redhat.com> - 019-1
 - livecd-iso-to-disk: Various other XO fixes
 - Cleanup rpmdb locks after package installation


commit f96624fe18fa299d03f2e770d6a8b8ab933fbebb
Author: Jeremy Katz <katzj at redhat.com>
Date:   Wed Nov 12 16:18:32 2008 -0500

    Stop requiring yaboot on ppc64 since there isn't ppc64 yaboot.
    
    ppc64 doesn't have a ppc64 yaboot so it's not in the ppc64-only trees; it
    gets pulled onto boxes as the ppc32 version though.  I'm tired of getting
    bugged about it though

diff --git a/livecd-tools.spec b/livecd-tools.spec
index 681f6cf..863b9ff 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -24,7 +24,7 @@ Requires: rhpl
 %ifarch %{ix86} x86_64
 Requires: syslinux
 %endif
-%ifarch ppc ppc64
+%ifarch ppc
 Requires: yaboot
 %endif
 BuildRequires: python





More information about the Fedora-livecd-list mailing list