From e0db7264a6385ce5a9cc36a99e79287c8c9ee35f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 20 Feb 2012 14:58:36 -0800 Subject: [PATCH] New version 17.6 --- lorax.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 02750e1c..8d95f584 100644 --- a/lorax.spec +++ b/lorax.spec @@ -21,7 +21,7 @@ Requires: findutils Requires: GConf2 Requires: isomd5sum Requires: glibc -Requires: util-linux-ng +Requires: util-linux Requires: dosfstools Requires: hfsplus-tools Requires: genisoimage @@ -75,6 +75,11 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Mon Feb 20 2012 Brian C. Lane 17.6-1 +- use --prefix=/run/initramfs when building initramfs (wwoods) +- dhclient-script needs cut and arping (bcl) +- Fix missing CalledProcessError import (bcl) + * Wed Feb 15 2012 Brian C. Lane 17.5-1 - metacity now depends on gsettings-desktop-schemas (bcl) - Add findiso to grub config (mjg)