[livecd-tools/f17] - Version 17.7 (bcl) - livecd-iso-to-disk: Add 2MB slop to calculation (bcl) - Change EFI/boot to EF

Brian C. Lane bcl at fedoraproject.org
Thu Mar 1 17:20:34 UTC 2012


commit 42ef34e6d9af4d17ed23927e85a4fe2d3d04b7f9
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Mar 1 09:19:02 2012 -0800

    - Version 17.7 (bcl)
    - livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
    - Change EFI/boot to EFI/BOOT (mjg)
    - Add support for generating EFI-bootable hybrid images (mjg)

 .gitignore        |    1 +
 livecd-tools.spec |    9 ++++++++-
 sources           |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98ef60b..7a51a31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-17.4.tar.bz2
 /livecd-tools-17.5.tar.bz2
 /livecd-tools-17.6.tar.bz2
+/livecd-tools-17.7.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index f812e66..19b92e1 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 17.6
+Version: 17.7
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -25,6 +25,7 @@ Requires: pyparted
 Requires: util-linux
 Requires: dosfstools
 Requires: e2fsprogs
+Requires: lorax
 %ifarch %{ix86} x86_64
 Requires: syslinux
 Requires: /sbin/extlinux
@@ -98,6 +99,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Mar 01 2012 Brian C. Lane <bcl at redhat.com> 17.7-1
+- Version 17.7 (bcl)
+- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
+- Change EFI/boot to EFI/BOOT (mjg)
+- Add support for generating EFI-bootable hybrid images (mjg)
+
 * Thu Feb 23 2012 Brian C. Lane <bcl at redhat.com> - 17.6-1
 - Version 17.6 (bcl)
 - livecd-iso-to-disk: create partition for iso (bcl)
diff --git a/sources b/sources
index 9933b75..d413f1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8721239bd005708c303a6a29ffd88d17  livecd-tools-17.6.tar.bz2
+997d79f0d941c820b367762a818b1683  livecd-tools-17.7.tar.bz2


More information about the scm-commits mailing list