From bd70e3152058e4295564584a932a17c70f3a4a12 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Thu, 12 Jan 2012 16:05:52 +0100 Subject: [PATCH] New version 17.2 --- lorax.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 34efce3e..17978814 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 17.1 +Version: 17.2 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -75,6 +75,15 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Thu Jan 12 2012 Martin Gracik 17.2-1 +- Allow specifying buildarch on the command line (#771382) (mgracik) +- lorax: Don't touch /etc/mtab in cleanup (bcl) +- Update TODO and POLICY to reflect the current state of things (wwoods) +- consider %ghost files part of the filelists in templates (wwoods) +- lorax: Add option to exclude packages (bcl) +- dracut needs kbd directories (#769932) (bcl) +- better debug, handle relative output paths (bcl) + * Wed Dec 21 2011 Brian C. Lane 17.1-1 - lorax: check for output directory early and quit (bcl) - lorax: Add --proxy command (bcl)