From 6ad642ff5d9a9417d9dab11ce8c3c37adbe12e7f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 13 Feb 2012 15:34:06 -0800 Subject: [PATCH] New version 17.3 --- lorax.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 1235d8ae..4fc1f898 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 17.3 +Version: 17.4 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -75,6 +75,13 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Mon Feb 13 2012 Brian C. Lane 17.4-1 +- Change the squashfs image section in .treeinfo (mgracik) +- Add path to squashfs image to the treeinfo (mgracik) +- Add runtime basename variable to the template (mgracik) +- add memtest to the boot.iso for x86 (#787234) (bcl) +- Add dracut args to grub.conf (bcl) + * Wed Feb 08 2012 Brian C. Lane 17.3-1 - keep convertfs.sh script in image (#787893) (bcl) - Add dracut convertfs module (#787893) (bcl)