From 863bf59c10886c8a8fdfcfe5a66bf6e59595e0c5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 6 Oct 2015 15:02:25 -0700 Subject: [PATCH] - Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com) - Fix the concatenation of error output. (dshea@redhat.com) - Add findmnt command (jkonecny@redhat.com) - Reduce the size of macboot.img (#952747) (bcl@redhat.com) - rsa1 keys are not supported any more by our openssh (dan@danny.cz) - Look for crashes from the anaconda signal handler. (dshea@redhat.com) - Include gdb in the boot.iso (dshea@redhat.com) - Do not install weak deps in boot.iso (bcl@redhat.com) - Require correct dnf version for API changes (bcl@redhat.com) - Drop multiprocessing for do_transaction (#1208296) (bcl@redhat.com) - Add a font that supports Urdu characters (#1004717) (bcl@redhat.com) - livemedia-creator: Remove random-seed from images (#1258986) (bcl@redhat.com) - Don't include early microcode in initramfs (#1258498) (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 19 +++++++++++++++++-- sources | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 542ad24..beb6923 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /lorax-24.0.tar.gz /lorax-24.1.tar.gz /lorax-24.2.tar.gz +/lorax-24.3.tar.gz diff --git a/lorax.spec b/lorax.spec index 0743d51..a6c81e2 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 24.2 +Version: 24.3 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -42,7 +42,7 @@ Requires: dracut >= 030 Requires: libselinux-python3 Requires: python3-mako Requires: python3-kickstart -Requires: python3-dnf +Requires: python3-dnf >= 1.1.0 %if 0%{?fedora} @@ -132,6 +132,21 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog +* Tue Oct 06 2015 Brian C. Lane 24.3-1 +- Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com) +- Fix the concatenation of error output. (dshea@redhat.com) +- Add findmnt command (jkonecny@redhat.com) +- Reduce the size of macboot.img (#952747) (bcl@redhat.com) +- rsa1 keys are not supported any more by our openssh (dan@danny.cz) +- Look for crashes from the anaconda signal handler. (dshea@redhat.com) +- Include gdb in the boot.iso (dshea@redhat.com) +- Do not install weak deps in boot.iso (bcl@redhat.com) +- Require correct dnf version for API changes (bcl@redhat.com) +- Drop multiprocessing for do_transaction (#1208296) (bcl@redhat.com) +- Add a font that supports Urdu characters (#1004717) (bcl@redhat.com) +- livemedia-creator: Remove random-seed from images (#1258986) (bcl@redhat.com) +- Don't include early microcode in initramfs (#1258498) (bcl@redhat.com) + * Mon Aug 31 2015 Brian C. Lane 24.2-1 - drop fedup-dracut and friends (wwoods@redhat.com) - don't build upgrade.img anymore (wwoods@redhat.com) diff --git a/sources b/sources index 4581c28..ffb91c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5eb9051366fc9aaf7539d685a1a07a2 lorax-24.2.tar.gz +b882efe8b1d3990cd3755a9b80e99a9b lorax-24.3.tar.gz