From dff2bd1187560a42a46df802c69f7e18c6d3e091 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 6 Dec 2016 16:29:03 -0800 Subject: [PATCH] - 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) --- .gitignore | 1 + lorax.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c2882db..726d3e2 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ /lorax-26.0.tar.gz /lorax-26.1.tar.gz /lorax-26.2.tar.gz +/lorax-26.3.tar.gz diff --git a/lorax.spec b/lorax.spec index da7bbcf..1f81c15 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 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 26.2-1 - add exception for lulzbot-marlin-firmware (pbrobinson@gmail.com) - drop kexec arch conditional for aarch64 (pbrobinson@gmail.com) diff --git a/sources b/sources index f2dfaba..efdbabd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96bcf1732837a66ae0e9434930ca2ed6 lorax-26.2.tar.gz +33a4218837d7862b78f0d95b30fab353 lorax-26.3.tar.gz