- Version 15.9 (bcl)

- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
This commit is contained in:
Brian C. Lane 2011-09-27 14:18:41 -07:00
parent f7cff072f0
commit 5303d021d2
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-15.6.tar.bz2
/livecd-tools-15.7.tar.bz2
/livecd-tools-15.8.tar.bz2
/livecd-tools-15.9.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 15.8
Version: 15.9
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -93,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Tue Sep 27 2011 Brian C. Lane <bcl@redhat.com> - 15.9-1
- Version 15.9 (bcl)
- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
* Tue Aug 30 2011 Brian C. Lane <bcl@redhat.com> - 15.8-1
- Version 15.8 (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)

View File

@ -1 +1 @@
93bb452a19156057345b3a94e1c4d2ee livecd-tools-15.8.tar.bz2
06c6ab1cc38a200ba728ac2649b2ec1c livecd-tools-15.9.tar.bz2