- Version 18.1 (bcl)

- livecd-iso-to-disk: create partition for iso (bcl)
This commit is contained in:
Brian C. Lane 2012-02-23 18:07:48 -08:00
parent a0caa69b53
commit a2d0835194
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-17.3.tar.bz2
/livecd-tools-17.4.tar.bz2
/livecd-tools-18.0.tar.bz2
/livecd-tools-18.1.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.0
Version: 18.1
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -98,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Feb 23 2012 Brian C. Lane <bcl@redhat.com> - 18.1-1
- Version 18.1 (bcl)
- livecd-iso-to-disk: create partition for iso (bcl)
* 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

View File

@ -1 +1 @@
ab691535818164da2aec89a7fc7e6954 livecd-tools-18.0.tar.bz2
eb01ee14cd2aad001385da50054c4a36 livecd-tools-18.1.tar.bz2