- Version 16.12 (bcl)

- add support for cost in kickstart repo line (#735079) (mads)
- skip copying DVD image file with skipcopy option (786037) (bcl)
- remove kernel and initrd from EFI/BOOT (#811438) (bcl)
- fix syntax problem in detectsrctype (bcl)
This commit is contained in:
Brian C. Lane 2012-04-16 17:40:55 -07:00
parent 5d0db317c2
commit 8af3d9161d
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-16.9.tar.bz2
/livecd-tools-16.10.tar.bz2
/livecd-tools-16.11.tar.bz2
/livecd-tools-16.12.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.11
Version: 16.12
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -97,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Apr 16 2012 Brian C. Lane <bcl@redhat.com> 16.12-1
- Version 16.12 (bcl)
- add support for cost in kickstart repo line (#735079) (mads)
- skip copying DVD image file with skipcopy option (786037) (bcl)
- remove kernel and initrd from EFI/BOOT (#811438) (bcl)
- fix syntax problem in detectsrctype (bcl)
* Thu Mar 01 2012 Brian C. Lane <bcl@redhat.com> 16.11-1
- Version 16.11 (bcl)
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)

View File

@ -1 +1 @@
18c0fd0984976b939a815dd7c0c1c0f1 livecd-tools-16.11.tar.bz2
444737f39adba02498fd2dc81f8f24e3 livecd-tools-16.12.tar.bz2