From be4d8ebe2ba7d5dab4d2548aa958d4ab771d80bf Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 20 Feb 2012 14:40:28 -0800 Subject: [PATCH] New version 18.0 --- lorax.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 1235d8ae..98b88c6f 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 17.3 +Version: 18.0 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -75,6 +75,22 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Mon Feb 20 2012 Brian C. Lane 18.0-1 +- use --prefix=/run/initramfs when building initramfs (wwoods) +- dhclient-script needs cut and arping (bcl) +- Fix missing CalledProcessError import (bcl) +- metacity now depends on gsettings-desktop-schemas (bcl) +- Add findiso to grub config (mjg) +- add memtest to the boot.iso for x86 (#787234) (bcl) +- Don't use mk-s390-cdboot (dhorak) (mgracik) +- Add dracut args to grub.conf (bcl) +- 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) +- use internal implementation of the addrsize utility (dan) +- Make sure var/run is not a symlink on s390x (#787217) (mgracik) +- Create var/run/dbus directory on s390x (#787217) (mgracik) + * Wed Feb 08 2012 Brian C. Lane 17.3-1 - keep convertfs.sh script in image (#787893) (bcl) - Add dracut convertfs module (#787893) (bcl)