- Version 16.10 (bcl)

- python-imgcreate: remove -f from second lokkit call (#769457) (bcl)
- Install edit-livecd to /usr/bin (bcl)
This commit is contained in:
Brian C. Lane 2011-12-22 08:32:40 -08:00
parent 90eea5416e
commit de0a475f32
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-16.7.tar.bz2
/livecd-tools-16.8.tar.bz2
/livecd-tools-16.9.tar.bz2
/livecd-tools-16.10.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.9
Version: 16.10
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -96,6 +96,11 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed Dec 21 2011 Brian C. Lane <bcl@redhat.com> 16.10-1
- Version 16.10 (bcl)
- python-imgcreate: remove -f from second lokkit call (#769457) (bcl)
- Install edit-livecd to /usr/bin (bcl)
* Thu Nov 03 2011 Brian C. Lane <bcl@redhat.com> 16.9-1
- Version 16.9 (bcl)
- Fix indent and typo in liveimage-mount (#749643) (bcl)

View File

@ -1 +1 @@
d2a7972ddc2b3485fe6697b03753a866 livecd-tools-16.9.tar.bz2
0005c04f307798cff21d66a041dfcdbd livecd-tools-16.10.tar.bz2