- Version 18.15 (bcl)

- Use parted to check for GPT disklabel (#947653) (bcl)
- Output details of dep check failure (bcl)
- Properly generate kernel stanzas (#928093) (bcl)
- correctly check for selinux state (#896610) (bcl)
- Simplify kickstart example (#903378) (bcl)
- default to symlink for /etc/localtime (#885246) (bcl)
This commit is contained in:
Brian C. Lane 2013-04-03 10:48:19 -07:00
parent 5492c4722b
commit 6e262743ee
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-18.12.tar.bz2
/livecd-tools-18.13.tar.bz2
/livecd-tools-18.14.tar.bz2
/livecd-tools-18.15.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.14
Version: 18.15
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -102,6 +102,15 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed Apr 03 2013 Brian C. Lane <bcl@redhat.com> 18.15-1
- Version 18.15 (bcl)
- Use parted to check for GPT disklabel (#947653) (bcl)
- Output details of dep check failure (bcl)
- Properly generate kernel stanzas (#928093) (bcl)
- correctly check for selinux state (#896610) (bcl)
- Simplify kickstart example (#903378) (bcl)
- default to symlink for /etc/localtime (#885246) (bcl)
* Fri Dec 14 2012 Brian C. Lane <bcl@redhat.com> 18.14-1
- Version 18.14 (bcl)
- add --verifyudev to dmsetup (#885385) (bcl)

View File

@ -1 +1 @@
d97d28191ee5f96ce914b6c425fe90a5 livecd-tools-18.14.tar.bz2
2ce56408593012369f21c5f568b603b7 livecd-tools-18.15.tar.bz2