[livecd-tools/f22] - Version 22.0 (bcl) - kickstart: Handle resolv.conf being a nonexistent symlink (walters) - Report

Brian C. Lane bcl at fedoraproject.org
Tue Mar 3 01:20:10 UTC 2015


commit b6d1f1d6080dc54722c87bb0554f3cdd77eb6ee4
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Mar 2 17:19:46 2015 -0800

    - Version 22.0 (bcl)
    - kickstart: Handle resolv.conf being a nonexistent symlink (walters)
    - Report Kickstart errors without traceback (#1168030) (bcl)
    - Change console font to eurlatgr (myllynen)
    - litd: Add missing syslinux modules (#1192137) (bcl)
    - Note lz4 compression in help (bruno)

 .gitignore        |  1 +
 livecd-tools.spec | 10 +++++++++-
 sources           |  2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 737fdf8..1950c77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /livecd-tools-21.2.tar.bz2
 /livecd-tools-21.3.tar.bz2
 /livecd-tools-21.4.tar.bz2
+/livecd-tools-22.0.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index f4e5386..35dbb5c 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 21.4
+Version: 22.0
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -107,6 +107,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Mon Mar 02 2015 Brian C. Lane <bcl at redhat.com> 22.0-1
+- Version 22.0 (bcl)
+- kickstart: Handle resolv.conf being a nonexistent symlink (walters)
+- Report Kickstart errors without traceback (#1168030) (bcl)
+- Change console font to eurlatgr (myllynen)
+- litd: Add missing syslinux modules (#1192137) (bcl)
+- Note lz4 compression in help (bruno)
+
 * Mon Oct 27 2014 Brian C. Lane <bcl at redhat.com> 21.4-1
 - Version 21.4 (bcl)
 - Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
diff --git a/sources b/sources
index 6cd9353..3b01cf8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f347b38c7fb4388f5cb9cb344da2393  livecd-tools-21.4.tar.bz2
+db5e5e8fbe01c06aec665d63bc2d0be4  livecd-tools-22.0.tar.bz2


More information about the scm-commits mailing list