diff --git a/.gitignore b/.gitignore index 2064ba0..737fdf8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /livecd-tools-21.1.tar.bz2 /livecd-tools-21.2.tar.bz2 /livecd-tools-21.3.tar.bz2 +/livecd-tools-21.4.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index dcf69b8..f4e5386 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 21.3 +Version: 21.4 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -107,6 +107,11 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Oct 27 2014 Brian C. Lane 21.4-1 +- Version 21.4 (bcl) +- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl) +- Preload the libnss_sss library (#1127103) (bcl) + * Mon Oct 20 2014 Brian C. Lane 21.3-1 - Version 21.3 (bcl) - mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl) diff --git a/sources b/sources index f74435b..6cd9353 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67c214b73ce197183e179807a4c9a00b livecd-tools-21.3.tar.bz2 +8f347b38c7fb4388f5cb9cb344da2393 livecd-tools-21.4.tar.bz2