diff --git a/.gitignore b/.gitignore index 737fdf8..bda9edb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /livecd-tools-21.2.tar.bz2 /livecd-tools-21.3.tar.bz2 /livecd-tools-21.4.tar.bz2 +/livecd-tools-21.5.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index fe977b3..0d31f1f 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 21.4 +Version: 21.5 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -106,6 +106,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Mar 02 2015 Brian C. Lane 21.5-1 +- Version 21.5 (bcl) +- Report Kickstart errors without traceback (#1168030) (bcl) +- litd: Add missing syslinux modules (#1192137) (bcl) +- Note lz4 compression in help (bruno) + * 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) diff --git a/sources b/sources index 6cd9353..acac4fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f347b38c7fb4388f5cb9cb344da2393 livecd-tools-21.4.tar.bz2 +5ad9297965b0dd9cf68a0be4b107d8b1 livecd-tools-21.5.tar.bz2