From c6043a8c3f599b73019de96151d53604c6de5953 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 22 Nov 2016 09:26:51 -0800 Subject: [PATCH] - add exception for lulzbot-marlin-firmware (pbrobinson@gmail.com) - drop kexec arch conditional for aarch64 (pbrobinson@gmail.com) - imgutils: Don't relabel /ostree (walters@verbum.org) - Added option to remove packages (parallel to installpkgs) (riehecky@fnal.gov) - templates: When a subprocess fatally errors, output its stderr directly (walters@verbum.org) --- .gitignore | 1 + lorax.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31b3630..c2882db 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ /lorax-25.16.tar.gz /lorax-26.0.tar.gz /lorax-26.1.tar.gz +/lorax-26.2.tar.gz diff --git a/lorax.spec b/lorax.spec index 0dd486a..da7bbcf 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 26.1 +Version: 26.2 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -148,6 +148,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* 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) +- imgutils: Don't relabel /ostree (walters@verbum.org) +- Added option to remove packages (parallel to installpkgs) (riehecky@fnal.gov) +- templates: When a subprocess fatally errors, output its stderr directly (walters@verbum.org) + * Mon Oct 17 2016 Brian C. Lane 26.1-1 - Add missing fonts (#1370118) (vponcova@redhat.com) - drop ssh server key generation for s390(x) (#1383641) (dan@danny.cz) diff --git a/sources b/sources index 3fda6f7..f2dfaba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06131f768d07f4e0b3a0be1248a7af1b lorax-26.1.tar.gz +96bcf1732837a66ae0e9434930ca2ed6 lorax-26.2.tar.gz