- Version 18.3 (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:26:42 -07:00
parent 3144fd2586
commit f1a88e3781
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-18.0.tar.bz2
/livecd-tools-18.1.tar.bz2
/livecd-tools-18.2.tar.bz2
/livecd-tools-18.3.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.2
Version: 18.3
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Apr 16 2012 Brian C. Lane <bcl@redhat.com> 18.3-1
- Version 18.3 (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> - 18.2-1
- Version 18.2 (bcl)
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)

View File

@ -1 +1 @@
723ae7436ee36e703df7efbdf39a624c livecd-tools-18.2.tar.bz2
3425747f6b9dac19a7f50d25f4e919bf livecd-tools-18.3.tar.bz2