From 1b567f005d73a72a72cb325684fcafa6b1751dd9 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 01 2012 17:42:20 +0000 Subject: - Version 15.12 (bcl) - livecd-iso-to-disk: Add 2MB slop to calculation (bcl) - livecd-iso-to-disk: create partition for iso (bcl) - check for valid script path before editing livecd image and update usage options confusion (jboggs) - add missing selinux_mountpoint class object to edit-livecd (jboggs) - Set base_persistdir (#741614) (bcl) - Fix the fix for dracut modules (#766955) (bcl) - Use dracut.conf.d instead fo dracut.conf (bcl) - dracut needs dmsquash-live explicitly included (bcl) - edit-livecd: -k --kickstart option (apevec) - Install edit-livecd to /usr/bin (bcl) --- diff --git a/.gitignore b/.gitignore index 89bf8c4..5bd9828 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-15.9.tar.bz2 /livecd-tools-15.10.tar.bz2 /livecd-tools-15.11.tar.bz2 +/livecd-tools-15.12.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index c319128..aec183d 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 15.11 +Version: 15.12 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -96,6 +96,20 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Thu Mar 01 2012 Brian C. Lane 15.12-1 +- Version 15.12 (bcl) +- livecd-iso-to-disk: Add 2MB slop to calculation (bcl) +- livecd-iso-to-disk: create partition for iso (bcl) +- check for valid script path before editing livecd image and update usage + options confusion (jboggs) +- add missing selinux_mountpoint class object to edit-livecd (jboggs) +- Set base_persistdir (#741614) (bcl) +- Fix the fix for dracut modules (#766955) (bcl) +- Use dracut.conf.d instead fo dracut.conf (bcl) +- dracut needs dmsquash-live explicitly included (bcl) +- edit-livecd: -k --kickstart option (apevec) +- Install edit-livecd to /usr/bin (bcl) + * Thu Oct 03 2011 Brian C. Lane - 15.11-1 - Version 15.11 (bcl) - Make sure the target is labeled LIVE (#751213) (bcl) diff --git a/sources b/sources index f25fb03..bd1a6b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -528ccc981870a947cce69bbf7be65b9b livecd-tools-15.11.tar.bz2 +ddf5bbdce0c7c6141d0511615338e62c livecd-tools-15.12.tar.bz2