diff --git a/.gitignore b/.gitignore index b929795..56e7b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /livecd-tools-20.3.tar.bz2 /livecd-tools-20.4.tar.bz2 /livecd-tools-20.5.tar.bz2 +/livecd-tools-20.6.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 33e3b9b..0aae21f 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 20.5 +Version: 20.6 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -105,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Oct 27 2014 Brian C. Lane 20.6-1 +- Version 20.6 (bcl) +- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl) + * Wed Mar 26 2014 Brian C. Lane 20.5-1 - Version 20.5 (bcl) - Cleanup paths in README (bcl) diff --git a/sources b/sources index b481ccb..5a0ac41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35eaabf7fc6c44728b6933c7a5077c98 livecd-tools-20.5.tar.bz2 +e7bee40dc0eee06a64a66c96a0c07e67 livecd-tools-20.6.tar.bz2