- Version 17.9 (bcl)

- allow for use of yum plugins during livecd creation (notting)
- Capitalise EFI names (mjg)
- Add tighter Mac boot image integration (mjg)
- fix quoting with basename and SRC (#814174) (bcl)
- check for LIVE-REPO partition when writing DVD (#813905) (bcl)
This commit is contained in:
Brian C. Lane 2012-04-24 14:59:03 -07:00
parent ad2faefbc0
commit 31ced60ef5
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-17.6.tar.bz2
/livecd-tools-17.7.tar.bz2
/livecd-tools-17.8.tar.bz2
/livecd-tools-17.9.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 17.8
Version: 17.9
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -99,6 +99,14 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Tue Apr 24 2012 Brian C. Lane <bcl@redhat.com> 17.9-1
- Version 17.9 (bcl)
- allow for use of yum plugins during livecd creation (notting)
- Capitalise EFI names (mjg)
- Add tighter Mac boot image integration (mjg)
- fix quoting with basename and SRC (#814174) (bcl)
- check for LIVE-REPO partition when writing DVD (#813905) (bcl)
* Mon Apr 16 2012 Brian C. Lane <bcl@redhat.com> 17.8-1
- Version 17.8 (bcl)
- add support for cost in kickstart repo line (#735079) (mads)

View File

@ -1 +1 @@
62568a8ddd5c6a3b6fc940f90775cd42 livecd-tools-17.8.tar.bz2
5ac94a7ea569af712eba230190a9d443 livecd-tools-17.9.tar.bz2