From 6eacccbee6b73b1a0f2959c92830dc0e729c2667 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 27 May 2016 17:03:11 -0700 Subject: [PATCH] - do not remove libutempter as tmux gained a dep on it (dennis@ausil.us) - New lorax documentation - 25.6 (bcl@redhat.com) - Update lmc UEFI support to use the edk2-ovmf package (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22caf3a..7234ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ /lorax-25.4.tar.gz /lorax-25.5.tar.gz /lorax-25.6.tar.gz +/lorax-25.7.tar.gz diff --git a/lorax.spec b/lorax.spec index 7a67aa3..7f60fef 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 25.6 +Version: 25.7 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -89,6 +89,7 @@ Anaconda's image install feature. Summary: livemedia-creator libvirt dependencies Requires: lorax = %{version}-%{release} Requires: qemu +Requires: edk2-ovmf Recommends: qemu-kvm %description lmc-virt @@ -147,6 +148,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* Fri May 27 2016 Brian C. Lane 25.7-1 +- do not remove libutempter as tmux gained a dep on it (dennis@ausil.us) +- New lorax documentation - 25.6 (bcl@redhat.com) +- Update lmc UEFI support to use the edk2-ovmf package (bcl@redhat.com) + * Fri May 13 2016 Brian C. Lane 25.6-1 - Add efi, product, and updates image paths to treeinfo (bcl@redhat.com) - livemedia-creator: Update make-pxe-live to support missing initramfs diff --git a/sources b/sources index f67cc10..cd9b157 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c6d8d4b558342f344f376fe1107586e lorax-25.6.tar.gz +c2611f625eae4bd0e95337f00da7a3b6 lorax-25.7.tar.gz