- Version 21.5 (bcl)

- Report Kickstart errors without traceback (#1168030) (bcl)
- litd: Add missing syslinux modules (#1192137) (bcl)
- Note lz4 compression in help (bruno)
This commit is contained in:
Brian C. Lane 2015-03-02 17:35:23 -08:00
parent afa709abbe
commit 3210de7e3f
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 21.4-1
- Version 21.4 (bcl)
- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)

View File

@ -1 +1 @@
8f347b38c7fb4388f5cb9cb344da2393 livecd-tools-21.4.tar.bz2
5ad9297965b0dd9cf68a0be4b107d8b1 livecd-tools-21.5.tar.bz2