From 3144fd2586295fffb34cf5fb2a073b7909ec6b05 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 1 Mar 2012 09:08:21 -0800 Subject: [PATCH] - 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 - 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 - 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