From cc60927c05ab16e67725e822ee2158710688c86d Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 2 Mar 2015 17:12:42 -0800 Subject: [PATCH] - Version 23.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 | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 737fdf8..4a1bd4a 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-23.0.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 311bdf1..b45a9d5 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,8 +4,8 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 21.4 -Release: 2%{?dist} +Version: 23.0 +Release: 1%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -107,6 +107,14 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Mar 02 2015 Brian C. Lane 23.0-1 +- Version 23.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) + * Thu Feb 26 2015 Dennis Gilmore - 21.4-2 - Require python-kickstart since it has teh python2 version of pykickstart diff --git a/sources b/sources index 6cd9353..5d63aa3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f347b38c7fb4388f5cb9cb344da2393 livecd-tools-21.4.tar.bz2 +e7b535e5f19a6810995e29f281eb9fe4 livecd-tools-23.0.tar.bz2