- 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)
This commit is contained in:
Brian C. Lane 2015-03-02 17:12:42 -08:00
parent b295807a40
commit cc60927c05
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <bcl@redhat.com> 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 <dennis@ausil.us> - 21.4-2
- Require python-kickstart since it has teh python2 version of pykickstart

View File

@ -1 +1 @@
8f347b38c7fb4388f5cb9cb344da2393 livecd-tools-21.4.tar.bz2
e7b535e5f19a6810995e29f281eb9fe4 livecd-tools-23.0.tar.bz2