- 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)
This commit is contained in:
Brian C. Lane 2012-02-15 15:18:42 -08:00
parent 4b4adbda78
commit a0caa69b53
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 17.4-1
- Version 17.4 (bcl)
- selinux may be off on the host, skip mount (#737064) (bcl)

View File

@ -1 +1 @@
152e11893066b040ecf13655e8ea8545 livecd-tools-17.4.tar.bz2
ab691535818164da2aec89a7fc7e6954 livecd-tools-18.0.tar.bz2