diff --git a/.gitignore b/.gitignore index 8e7c7ea..20ea915 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-17.2.tar.bz2 /livecd-tools-17.3.tar.bz2 /livecd-tools-17.4.tar.bz2 +/livecd-tools-18.0.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 8507139..009717f 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 17.4 +Version: 18.0 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -98,6 +98,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Wed Feb 15 2012 Brian C. Lane - 18.0-1 +- Version 18.0 (bcl) +- check for valid script path before editing livecd image and update usage + options confusion (jboggs) +- imgcreate: fix typo in ResizeError (bcl) +- add missing selinux_mountpoint class object to edit-livecd (jboggs) + * Wed Jan 18 2012 Brian C. Lane - 17.4-1 - Version 17.4 (bcl) - selinux may be off on the host, skip mount (#737064) (bcl) diff --git a/sources b/sources index 189dff3..c7861bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -152e11893066b040ecf13655e8ea8545 livecd-tools-17.4.tar.bz2 +ab691535818164da2aec89a7fc7e6954 livecd-tools-18.0.tar.bz2