- Version 19.0 (bcl)

- iso9660 is now a module, include it (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-03-08 10:07:54 -08:00
parent 7033771c53
commit f1fd260998
3 changed files with 11 additions and 3 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-19.0.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.14
Release: 2%{?dist}
Version: 19.0
Release: 1%{?dist}
Epoch: 1
License: GPLv2
Group: System Environment/Base
@ -102,6 +102,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Fri Mar 08 2013 Brian C. Lane <bcl@redhat.com> 19.0-1
- Version 19.0 (bcl)
- iso9660 is now a module, include it (bcl)
- correctly check for selinux state (#896610) (bcl)
- Simplify kickstart example (#903378) (bcl)
- default to symlink for /etc/localtime (#885246) (bcl)
* Sat Feb 23 2013 Bruno Wolff III <bruno@wolff.to> 18.14-2
- Get an up to date build in rawhide, since the mass
- rebuild used a master branch that was behind the f18

View File

@ -1 +1 @@
d97d28191ee5f96ce914b6c425fe90a5 livecd-tools-18.14.tar.bz2
5b91c9231612ec9a2f31a7b5e710ad30 livecd-tools-19.0.tar.bz2