[livecd-tools/f21] - 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:10:26 UTC 2014


commit 7660cc8442f0e12927c8b0f21321ec881b423c80
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Oct 20 10:10:05 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 26e9976..dcc1597 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: 4%{?dist}
+Version: 21.3
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Base
@@ -108,6 +108,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)
+
 * Wed Aug 20 2014 Peter Jones <pjones at redhat.com> - 21.2-4
 - Obviously, as bcl points out, 21.2-3's fix means we require sssd-client now.
   Related: rhbz#1127103
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