From 001209247e3e09b4dad6dc2fc344c2cbfd6bd6ce Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Nov 18 2013 22:50:34 +0000 Subject: - drop 'xdriver=vesa' from basic graphics mode parameters (per ajax) (awilliam@redhat.com) - Include partx (#1022899) (bcl@redhat.com) - Run compressions in multiple threads (vpodzime@redhat.com) - Do not remove libdaemon from the runtime environment (#1028938) (vpodzime@redhat.com) - Set UEFI defaults to match BIOS (#1021451,#1021446) (bcl@redhat.com) - livemedia-creator: Add minimal disk example kickstart (#1019728) (bcl@redhat.com) --- diff --git a/.gitignore b/.gitignore index 6f64ac3..b22eecd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /lorax-20.1.tar.gz /lorax-20.2.tar.gz /lorax-20.3.tar.gz +/lorax-20.4.tar.gz diff --git a/lorax.spec b/lorax.spec index db0cede..56c9acd 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 20.3 +Version: 20.4 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -32,6 +32,7 @@ Requires: python-mako Requires: squashfs-tools >= 4.2 Requires: util-linux Requires: xz +Requires: pigz Requires: yum Requires: pykickstart Requires: dracut >= 030 @@ -92,6 +93,17 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Mon Nov 18 2013 Brian C. Lane 20.4-1 +- drop 'xdriver=vesa' from basic graphics mode parameters (per ajax) + (awilliam@redhat.com) +- Include partx (#1022899) (bcl@redhat.com) +- Run compressions in multiple threads (vpodzime@redhat.com) +- Do not remove libdaemon from the runtime environment (#1028938) + (vpodzime@redhat.com) +- Set UEFI defaults to match BIOS (#1021451,#1021446) (bcl@redhat.com) +- livemedia-creator: Add minimal disk example kickstart (#1019728) + (bcl@redhat.com) + * Wed Oct 16 2013 Brian C. Lane 20.3-1 - ARM: install the dtb files into the install tree. (dennis@ausil.us) - ARM: Don't install or deal with in templates, no longer existing kernels diff --git a/sources b/sources index c1f678a..35e9f38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0541cdf825a4ece0412a8cc67364c0d7 lorax-20.3.tar.gz +25ce686ebe4721b32a8c253c7fc87994 lorax-20.4.tar.gz