From 5ed738df41886173f2f610a6c5ae215402daf8b2 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 2 Apr 2014 17:17:21 -0700 Subject: [PATCH] - Use BOOTAA64.efi for AARCH64 bootloader filename (#1080113) (bcl@redhat.com) - Stop removing curl after adding it (bcl@redhat.com) - move image-minimizer to lorax (#1082642) (bcl@redhat.com) - support ppc64le in lorax (hamzy@us.ibm.com) --- .gitignore | 1 + lorax.spec | 12 +++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 43cbb2c..28c3a48 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /lorax-21.4.tar.gz /lorax-21.5.tar.gz /lorax-21.6.tar.gz +/lorax-21.7.tar.gz diff --git a/lorax.spec b/lorax.spec index 1adfd63..91469a7 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.6 +Version: 21.7 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -60,6 +60,9 @@ Requires: grub2-tools Requires: openssh %endif +# Moved image-minimizer tool to lorax +Provides: appliance-tools-minimizer + %description Lorax is a tool for creating the anaconda install images. @@ -85,6 +88,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_sbindir}/lorax %{_sbindir}/mkefiboot %{_sbindir}/livemedia-creator +%{_bindir}/image-minimizer %dir %{_sysconfdir}/lorax %config(noreplace) %{_sysconfdir}/lorax/lorax.conf %dir %{_datadir}/lorax @@ -92,6 +96,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Wed Apr 02 2014 Brian C. Lane 21.7-1 +- Use BOOTAA64.efi for AARCH64 bootloader filename (#1080113) (bcl@redhat.com) +- Stop removing curl after adding it (bcl@redhat.com) +- move image-minimizer to lorax (#1082642) (bcl@redhat.com) +- support ppc64le in lorax (hamzy@us.ibm.com) + * Wed Mar 26 2014 Brian C. Lane 21.6-1 - Install bzip2 for liveimg tar.bz2 support (bcl@redhat.com) - Remove obsolete firstaidkit packages (#1076237) (bcl@redhat.com) diff --git a/sources b/sources index ce83662..cfcd079 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -876be42640cc138bd84e5f08b534c7e1 lorax-21.6.tar.gz +81565963f299754b510d99c7cb6e5347 lorax-21.7.tar.gz