From fe82565f84b08b54b723e36a499ecd439fce87ab Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 15 Feb 2012 15:31:00 -0800 Subject: [PATCH] - Version 17.5 (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) --- .gitignore | 1 + livecd-tools.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e7c7ea..083b8c9 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-17.5.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 8507139..d972be6 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: 17.5 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 - 17.5-1 +- Version 17.5 (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..3c533a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -152e11893066b040ecf13655e8ea8545 livecd-tools-17.4.tar.bz2 +6d70e111cb58d27b18b8eea3cd6bc407 livecd-tools-17.5.tar.bz2