diff --git a/.gitignore b/.gitignore index 49ba167..614ff1f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-18.1.tar.bz2 /livecd-tools-18.2.tar.bz2 /livecd-tools-18.3.tar.bz2 +/livecd-tools-18.5.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 44a549e..1163a04 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 18.3 +Version: 18.5 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -25,7 +25,7 @@ Requires: pyparted Requires: util-linux Requires: dosfstools Requires: e2fsprogs -Requires: lorax +Requires: lorax >= 18.3 %ifarch %{ix86} x86_64 Requires: syslinux Requires: /sbin/extlinux @@ -99,6 +99,17 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Thu May 03 2012 Brian C. Lane 18.5-1 +- Version 18.5 (bcl) +- Include Mac volume name graphic (mjg) +- copy repo data to USB for F17 (#806166) (bcl) +- Version 18.4 (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 18.3-1 - Version 18.3 (bcl) - add support for cost in kickstart repo line (#735079) (mads) diff --git a/sources b/sources index 441e278..f598c3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3425747f6b9dac19a7f50d25f4e919bf livecd-tools-18.3.tar.bz2 +aa69d6cd778362dbc21e1b0e75eee013 livecd-tools-18.5.tar.bz2