From 4ea8d3b4026dc6654d6c2a265c83cdb580d0ddaa Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 28 Mar 2012 08:43:03 -0700 Subject: [PATCH] New version 17.13 --- lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 27ed8461..11a698e9 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 17.12 +Version: 17.13 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -79,6 +79,10 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Wed Mar 28 2012 Brian C. Lane 17.13-1 +- add iscsi-initiator-utils (#804522) (bcl) +- use cache outside the installtree (bcl) + * Wed Mar 21 2012 Brian C. Lane 17.12-1 - mkefiboot: Make Apple boot images appear in the startup preferences (mjg) - add symlink from /mnt/install -> /run/install (wwoods)