From fa755ce0928ee3da19e573112987f9ddff2efa91 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Sep 06 2012 19:30:34 +0000 Subject: - Version 18.9 (bcl) - fix extra-kernel-args (#853570) (bcl) - New location for GRUB2 config on UEFI (#851220) (bcl) - Add nocleanup option to retain temp files (bcl) - Update imgcreate for UEFI Secure Boot (bcl) --- diff --git a/.gitignore b/.gitignore index e569b21..a3bd807 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-18.6.tar.bz2 /livecd-tools-18.7.tar.bz2 /livecd-tools-18.8.tar.bz2 +/livecd-tools-18.9.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 2e8e546..2f42533 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 18.8 +Version: 18.9 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Thu Sep 06 2012 Brian C. Lane 18.9-1 +- Version 18.9 (bcl) +- fix extra-kernel-args (#853570) (bcl) +- New location for GRUB2 config on UEFI (#851220) (bcl) +- Add nocleanup option to retain temp files (bcl) +- Update imgcreate for UEFI Secure Boot (bcl) + * Mon Aug 06 2012 Brian C. Lane 18.8-1 - Version 18.8 (bcl) - dracut needs to load vfat and msdos filesystems (bcl) diff --git a/sources b/sources index bd1a592..d9a18e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e645a28b154c3030d98faddd4e202f2a livecd-tools-18.8.tar.bz2 +f6fa1a81258d21f7eb5137d3a2b136ea livecd-tools-18.9.tar.bz2