- Version 18.2 (bcl)

- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
- Change EFI/boot to EFI/BOOT (mjg)
- Add support for generating EFI-bootable hybrid images (mjg)
This commit is contained in:
Brian C. Lane 2012-03-01 09:08:21 -08:00
parent a2d0835194
commit 3144fd2586
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.1
Version: 18.2
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -25,6 +25,7 @@ Requires: pyparted
Requires: util-linux
Requires: dosfstools
Requires: e2fsprogs
Requires: lorax
%ifarch %{ix86} x86_64
Requires: syslinux
Requires: /sbin/extlinux
@ -98,6 +99,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* 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)
- Change EFI/boot to EFI/BOOT (mjg)
- Add support for generating EFI-bootable hybrid images (mjg)
* 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)

View File

@ -1 +1 @@
eb01ee14cd2aad001385da50054c4a36 livecd-tools-18.1.tar.bz2
723ae7436ee36e703df7efbdf39a624c livecd-tools-18.2.tar.bz2