- 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:
parent
5d0db317c2
commit
8af3d9161d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user