[livecd-tools] - Version 21.3 (bcl) - mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl) - Move __

Brian C. Lane bcl at fedoraproject.org
Mon Oct 20 17:05:26 UTC 2014


commit 2ba709ced8ad42c339753bd2d943f2f617c24264
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Oct 20 10:04:52 2014 -0700

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

 .gitignore        |    1 +
 livecd-tools.spec |   10 ++++++++--
 sources           |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
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 <bcl at 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 at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list