diff --git a/.gitignore b/.gitignore index e31ff6f..2064ba0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/livecd-tools.spec b/livecd-tools.spec index b68008e..f170e96 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 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 - 1:21.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index fcb9e4b..f74435b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f8a5dc06614b93bde5e45e2983655db livecd-tools-21.2.tar.bz2 +67c214b73ce197183e179807a4c9a00b livecd-tools-21.3.tar.bz2