- 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:
parent
9273360190
commit
001209247e
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/lorax-20.1.tar.gz
|
||||
/lorax-20.2.tar.gz
|
||||
/lorax-20.3.tar.gz
|
||||
/lorax-20.4.tar.gz
|
||||
|
14
lorax.spec
14
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user