- Version 21.3 (bcl)

- mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl)
- Move __fstype into ImageCreator class (bcl)
- Catch Yum errors and print them (#1119906) (bcl)
This commit is contained in:
Brian C. Lane 2014-10-20 10:04:52 -07:00
parent f7c0bbb8a2
commit 2ba709ced8
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/livecd-tools-21.0.tar.bz2
/livecd-tools-21.1.tar.bz2
/livecd-tools-21.2.tar.bz2
/livecd-tools-21.3.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 21.2
Release: 2%{?dist}
Version: 21.3
Release: 1%{?dist}
Epoch: 1
License: GPLv2
Group: System Environment/Base
@ -106,6 +106,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Oct 20 2014 Brian C. Lane <bcl@redhat.com> 21.3-1
- Version 21.3 (bcl)
- mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl)
- Move __fstype into ImageCreator class (bcl)
- Catch Yum errors and print them (#1119906) (bcl)
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:21.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
5f8a5dc06614b93bde5e45e2983655db livecd-tools-21.2.tar.bz2
67c214b73ce197183e179807a4c9a00b livecd-tools-21.3.tar.bz2