[livecd-tools] - Version 16.3 (bcl) - Copy old initrd/xen files to isolinux when using base-on (#690940) (bcl) - Do

Brian C. Lane bcl at fedoraproject.org
Thu Mar 31 23:48:34 UTC 2011


commit a08c41749a898e523a7c8c4b3672c5ab77f3be43
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Mar 31 16:46:15 2011 -0700

    - Version 16.3 (bcl)
    - Copy old initrd/xen files to isolinux when using base-on (#690940) (bcl)
    - Don't fail on missing splash image (bcl)
    - Images go into $SYSLINUXPATH (bcl)
    - fix typo (bcl)
    - Check for spaces in fs label when using overlay (#597599) (bcl)
    - Fix logic for syslinux check (bcl)
    - Fix image-creator symlink so that it is relative (bcl)
    - symlink /etc/mtab to /proc/self/mounts (#688277) (bcl)
    - liveimage-mount installed LiveOS with overlay (fgrose)
    - Fix overzealous boot->BOOT change (bcl)
    - Fix return code failure (#689360) (fgrose)
    - Fix pipefailure in checkSyslinuxVersion (#689329) (fgrose)
    - Symlink image-creator instead of hardlink (#689167) (bcl)
    - Add extracting BOOTX64.efi from iso (#688258) (bcl)
    - Add repo to DVD EFI install config file (#688258) (bcl)
    - Add EFI support to netboot (#688258) (bcl)
    - Support /EFI/BOOT or /EFI/boot (#688258) (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   22 +++++++++++++++++++++-
 sources           |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e425a2f..836256a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-16.0.tar.bz2
 /livecd-tools-16.1.tar.bz2
 /livecd-tools-16.2.tar.bz2
+/livecd-tools-16.3.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index d16d547..9c3d009 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 16.2
+Version: 16.3
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -92,6 +92,26 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Mar 31 2011 Brian C. Lane <bcl at redhat.com> 16.3-1
+- Version 16.3 (bcl)
+- Copy old initrd/xen files to isolinux when using base-on (#690940) (bcl)
+- Don't fail on missing splash image (bcl)
+- Images go into $SYSLINUXPATH (bcl)
+- fix typo (bcl)
+- Check for spaces in fs label when using overlay (#597599) (bcl)
+- Fix logic for syslinux check (bcl)
+- Fix image-creator symlink so that it is relative (bcl)
+- symlink /etc/mtab to /proc/self/mounts (#688277) (bcl)
+- liveimage-mount installed LiveOS with overlay (fgrose)
+- Fix overzealous boot->BOOT change (bcl)
+- Fix return code failure (#689360) (fgrose)
+- Fix pipefailure in checkSyslinuxVersion (#689329) (fgrose)
+- Symlink image-creator instead of hardlink (#689167) (bcl)
+- Add extracting BOOTX64.efi from iso (#688258) (bcl)
+- Add repo to DVD EFI install config file (#688258) (bcl)
+- Add EFI support to netboot (#688258) (bcl)
+- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
+
 * Mon Mar 14 2011 Brian C. Lane <bcl at redhat.com> 16.2-1
 - Version 16.2 (bcl)
 - livecd-iso-to-disk: Catch all failures (lkundrak)
diff --git a/sources b/sources
index 26b6b38..d999d48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84e9a52a36ef5568032423a4fef2190f  livecd-tools-16.2.tar.bz2
+4a233625f5571acb2ec5d57a302a7267  livecd-tools-16.3.tar.bz2


More information about the scm-commits mailing list