- New lorax documentation - 26.2 (bcl@redhat.com)

- runtime-postinstall: PYTHONDIR is no longer used. (bcl@redhat.com)
- Only require edk2-ovmf on supported arches. (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-12-06 16:29:03 -08:00
parent c6043a8c3f
commit dff2bd1187
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -98,3 +98,4 @@
/lorax-26.0.tar.gz
/lorax-26.1.tar.gz
/lorax-26.2.tar.gz
/lorax-26.3.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 26.2
Version: 26.3
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -89,7 +89,11 @@ Anaconda's image install feature.
Summary: livemedia-creator libvirt dependencies
Requires: lorax = %{version}-%{release}
Requires: qemu
# Fedora edk2 builds currently only support these arches
%ifarch %{ix86} x86_64 %{arm} aarch64
Requires: edk2-ovmf
%endif
Recommends: qemu-kvm
%description lmc-virt
@ -148,6 +152,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Tue Dec 06 2016 Brian C. Lane <bcl@redhat.com> 26.3-1
- New lorax documentation - 26.2 (bcl@redhat.com)
- runtime-postinstall: PYTHONDIR is no longer used. (bcl@redhat.com)
- Only require edk2-ovmf on supported arches. (bcl@redhat.com)
* Tue Nov 22 2016 Brian C. Lane <bcl@redhat.com> 26.2-1
- add exception for lulzbot-marlin-firmware (pbrobinson@gmail.com)
- drop kexec arch conditional for aarch64 (pbrobinson@gmail.com)

View File

@ -1 +1 @@
96bcf1732837a66ae0e9434930ca2ed6 lorax-26.2.tar.gz
33a4218837d7862b78f0d95b30fab353 lorax-26.3.tar.gz