From fa0ff008a91bb7d27c119a9868604e99d8c9bc91 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Apr 25 2012 17:58:42 +0000 Subject: - Version 16.13 (bcl) - allow for use of yum plugins during livecd creation (notting) - Capitalise EFI names (mjg) - Add tighter Mac boot image integration (mjg) - fix quoting with basename and SRC (#814174) (bcl) - check for LIVE-REPO partition when writing DVD (#813905) (bcl) --- diff --git a/.gitignore b/.gitignore index 53f166b..a609e71 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-16.10.tar.bz2 /livecd-tools-16.11.tar.bz2 /livecd-tools-16.12.tar.bz2 +/livecd-tools-16.13.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index a84eb0a..7306a5b 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 16.12 +Version: 16.13 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -97,6 +97,14 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Wed Apr 25 2012 Brian C. Lane 16.13-1 +- Version 16.13 (bcl) +- allow for use of yum plugins during livecd creation (notting) +- Capitalise EFI names (mjg) +- Add tighter Mac boot image integration (mjg) +- fix quoting with basename and SRC (#814174) (bcl) +- check for LIVE-REPO partition when writing DVD (#813905) (bcl) + * Mon Apr 16 2012 Brian C. Lane 16.12-1 - Version 16.12 (bcl) - add support for cost in kickstart repo line (#735079) (mads) diff --git a/sources b/sources index 15a017d..70aea08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -444737f39adba02498fd2dc81f8f24e3 livecd-tools-16.12.tar.bz2 +7ade175620f5e94c99f9a4a4d5ebcc93 livecd-tools-16.13.tar.bz2