From 761f18371425213d5ab439c990b6d002f46ca3ae Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 16 Mar 2012 15:13:47 -0700 Subject: [PATCH] New version 17.10 --- lorax.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 4816243c..dbfebcac 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 17.9 +Version: 17.10 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -79,6 +79,17 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Fri Mar 16 2012 Brian C. Lane 17.10-1 +- merge noloader patches +- Don't trash all the initscripts 'fedora*' services (wwoods) +- remove anaconda-copy-ks.sh (wwoods) +- add anaconda dracut module (wwoods) +- runtime-postinstall: remove references to loader (wwoods) +- runtime-postinstall: remove keymap stuff (wwoods) +- Add the icfg package (#771733) (mgracik) +- Log the output of mkfs (#769928) (mgracik) +- livemedia-creator: update TreeBuilder use for isolabel (bcl) + * Wed Mar 07 2012 Martin Gracik 17.9-1 - Fix product name replacing in templates Resolves: rhbz#799919