- Version 18.13 (bcl)

- silence the selinux umount error (bcl)
- use systemd instead of inittab for startx (bcl)
- set selinux permissive mode when building (bcl)
- fix kickstart logging entry (bcl)
- write hostname to /etc/hostname (#870805) (bcl)
- add nocontexts for selinux (#858373) (bcl)
- remove lokkit usage (bcl)
- use locale.conf not sysconfig/i18n (#870805) (bcl)
- don't write clock (#870805) (bcl)
- add remainder of virtio modules to initrd (#864012) (bcl)
This commit is contained in:
Brian C. Lane 2012-12-04 15:13:23 -08:00
parent 55bf2a2104
commit f614848819
3 changed files with 17 additions and 3 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-18.10.tar.bz2
/livecd-tools-18.11.tar.bz2
/livecd-tools-18.12.tar.bz2
/livecd-tools-18.13.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.12
Release: 2%{?dist}
Version: 18.13
Release: 1%{?dist}
Epoch: 1
License: GPLv2
Group: System Environment/Base
@ -102,6 +102,19 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Tue Dec 04 2012 Brian C. Lane <bcl@redhat.com> 18.13-1
- Version 18.13 (bcl)
- silence the selinux umount error (bcl)
- use systemd instead of inittab for startx (bcl)
- set selinux permissive mode when building (bcl)
- fix kickstart logging entry (bcl)
- write hostname to /etc/hostname (#870805) (bcl)
- add nocontexts for selinux (#858373) (bcl)
- remove lokkit usage (bcl)
- use locale.conf not sysconfig/i18n (#870805) (bcl)
- don't write clock (#870805) (bcl)
- add remainder of virtio modules to initrd (#864012) (bcl)
* Thu Oct 25 2012 Brian C. Lane <bcl@redhat.com> 18.12-2
- Require hfsplus-tools so that images will boot on Mac

View File

@ -1 +1 @@
84820a4ba2d8086eb6dfe4a0138255de livecd-tools-18.12.tar.bz2
6f7a2aa464fbc1a30cc4e54a932d4d9f livecd-tools-18.13.tar.bz2