[livecd-tools] - Version 18.2 (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:08:39 UTC 2012


commit 3144fd2586295fffb34cf5fb2a073b7909ec6b05
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Mar 1 09:08:21 2012 -0800

    - Version 18.2 (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 70247f0..bc52b0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-17.4.tar.bz2
 /livecd-tools-18.0.tar.bz2
 /livecd-tools-18.1.tar.bz2
+/livecd-tools-18.2.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 01215b8..512b42d 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 18.1
+Version: 18.2
 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> - 18.2-1
+- Version 18.2 (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> - 18.1-1
 - Version 18.1 (bcl)
 - livecd-iso-to-disk: create partition for iso (bcl)
diff --git a/sources b/sources
index b464dc0..35e2b1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb01ee14cd2aad001385da50054c4a36  livecd-tools-18.1.tar.bz2
+723ae7436ee36e703df7efbdf39a624c  livecd-tools-18.2.tar.bz2


More information about the scm-commits mailing list