- 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)
This commit is contained in:
Brian C. Lane 2013-11-18 14:50:34 -08:00
parent 9273360190
commit 001209247e
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/lorax-20.1.tar.gz
/lorax-20.2.tar.gz
/lorax-20.3.tar.gz
/lorax-20.4.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 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

View File

@ -1 +1 @@
0541cdf825a4ece0412a8cc67364c0d7 lorax-20.3.tar.gz
25ce686ebe4721b32a8c253c7fc87994 lorax-20.4.tar.gz