From 5303d021d20c13537aa5abe14f7ed53314594306 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 27 Sep 2011 14:18:41 -0700 Subject: [PATCH] - Version 15.9 (bcl) - Support /EFI/BOOT or /EFI/boot (#688258) (bcl) --- .gitignore | 1 + livecd-tools.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dfeb403..4d975c3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-15.6.tar.bz2 /livecd-tools-15.7.tar.bz2 /livecd-tools-15.8.tar.bz2 +/livecd-tools-15.9.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index c189b5a..7f9b05c 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 15.8 +Version: 15.9 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -93,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Tue Sep 27 2011 Brian C. Lane - 15.9-1 +- Version 15.9 (bcl) +- Support /EFI/BOOT or /EFI/boot (#688258) (bcl) + * Tue Aug 30 2011 Brian C. Lane - 15.8-1 - Version 15.8 (bcl) - Ensure previous filesystems are wiped when formatting (#712553) (bcl) diff --git a/sources b/sources index 1198e2b..8de452d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93bb452a19156057345b3a94e1c4d2ee livecd-tools-15.8.tar.bz2 +06c6ab1cc38a200ba728ac2649b2ec1c livecd-tools-15.9.tar.bz2