- Version 20.6 (bcl)

- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
This commit is contained in:
Brian C. Lane 2014-10-27 12:29:21 -07:00
parent 3c34578332
commit 8a4703cac2
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 20.5-1
- Version 20.5 (bcl)
- Cleanup paths in README (bcl)

View File

@ -1 +1 @@
35eaabf7fc6c44728b6933c7a5077c98 livecd-tools-20.5.tar.bz2
e7bee40dc0eee06a64a66c96a0c07e67 livecd-tools-20.6.tar.bz2