diff --git a/.gitignore b/.gitignore index 2e3b7fe..1b5ca71 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/livecd-tools.spec b/livecd-tools.spec index 9888706..f5146f1 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 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 18.12-2 - Require hfsplus-tools so that images will boot on Mac diff --git a/sources b/sources index 19f4cf3..ce852d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84820a4ba2d8086eb6dfe4a0138255de livecd-tools-18.12.tar.bz2 +6f7a2aa464fbc1a30cc4e54a932d4d9f livecd-tools-18.13.tar.bz2