[livecd-tools/el6] - Version 13.4 (bcl) - Use copyFile on the iso (bcl) - Add EFI support to netboot and DVD iso (bcl)

Brian C. Lane bcl at fedoraproject.org
Wed Aug 24 00:34:44 UTC 2011


commit 148c86f978ac80147447bb353a1da958e22fb9e1
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Aug 23 17:34:25 2011 -0700

    - Version 13.4 (bcl)
    - Use copyFile on the iso (bcl)
    - Add EFI support to netboot and DVD iso (bcl)
    - Use rsync to copy if available (bcl)
    - Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
    - gptmbr can be written directly to the mbr (bcl)
    - Ensure previous filesystems are wiped when formatting (#712553) (bcl)
    - Turn on the legacy_boot flag for EFI (#680563) (bcl)
    - Copy updates and product image files (bcl)

 .gitignore        |    1 +
 livecd-tools.spec |   14 +++++++++++++-
 sources           |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f52c5e..0eb3c57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /livecd-tools-13.2.tar.bz2
 /livecd-tools-13.3.tar.bz2
+/livecd-tools-13.4.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 06f7645..d8123eb 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 13.3
+Version: 13.4
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -22,6 +22,7 @@ Requires: mkisofs
 Requires: isomd5sum
 Requires: parted
 Requires: pyparted
+Requires: util-linux
 %ifarch %{ix86} x86_64
 Requires: syslinux
 Requires: /sbin/extlinux
@@ -92,6 +93,17 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Tue Aug 23 2011 Brian C. Lane <bcl at redhat.com> - 13.4-1
+- Version 13.4 (bcl)
+- Use copyFile on the iso (bcl)
+- Add EFI support to netboot and DVD iso (bcl)
+- Use rsync to copy if available (bcl)
+- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
+- gptmbr can be written directly to the mbr (bcl)
+- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
+- Turn on the legacy_boot flag for EFI (#680563) (bcl)
+- Copy updates and product image files (bcl)
+
 * Wed Jun 01 2011 Brian C. Lane <bcl at redhat.com> - 13.3-1
 - Version 13.3 (bcl)
 - extlinux doesn't support ext4 or btrfs on F13 (#709778) (bcl)
diff --git a/sources b/sources
index dc3d17c..3c9488a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-016cdd0c161a0d9036c3a43c2b900d56  livecd-tools-13.3.tar.bz2
+12b820de87a5c5b617754e3a0cc0a7fd  livecd-tools-13.4.tar.bz2


More information about the scm-commits mailing list