From 2511e94be69d7b0770ce4eb98ba34c9a58d3b3a1 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 31 Aug 2015 17:28:23 -0700 Subject: [PATCH] - drop fedup-dracut and friends (wwoods@redhat.com) - don't build upgrade.img anymore (wwoods@redhat.com) - livemedia-creator: no-virt fsimage should only use / size from ks (bcl@redhat.com) - Update lmc docs for new mock (bcl@redhat.com) - No longer offer a rescue boot menu option on liveinst (#1256061). (clumens@redhat.com) - document --timeout in livemedia-creator man page (atodorov@redhat.com) - Add enough of shadow-utils to create new user accounts. (dshea@redhat.com) - Update Lorax documentation - 24.1 (bcl@redhat.com) - Add lldptool (#1085325) (rvykydal@redhat.com) --- .gitignore | 1 + lorax.spec | 17 ++++++++++++++--- sources | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c8c9e30..542ad24 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /lorax-23.14.tar.gz /lorax-24.0.tar.gz /lorax-24.1.tar.gz +/lorax-24.2.tar.gz diff --git a/lorax.spec b/lorax.spec index 759f4b8..0743d51 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 24.1 +Version: 24.2 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -47,8 +47,6 @@ Requires: python3-dnf %if 0%{?fedora} # Fedora specific deps -Requires: fedup-dracut -Requires: fedup-dracut-plymouth %ifarch x86_64 Requires: hfsplus-tools %endif @@ -134,6 +132,19 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog +* 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) +- livemedia-creator: no-virt fsimage should only use / size from ks + (bcl@redhat.com) +- Update lmc docs for new mock (bcl@redhat.com) +- No longer offer a rescue boot menu option on liveinst (#1256061). + (clumens@redhat.com) +- document --timeout in livemedia-creator man page (atodorov@redhat.com) +- Add enough of shadow-utils to create new user accounts. (dshea@redhat.com) +- Update Lorax documentation - 24.1 (bcl@redhat.com) +- Add lldptool (#1085325) (rvykydal@redhat.com) + * Fri Aug 07 2015 Brian C. Lane 24.1-1 - some of the PowerPC utilities (powerpc-utils and fbset) need perl too (pbrobinson@gmail.com) diff --git a/sources b/sources index 3d40d94..4581c28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f01e9890269c0f3ed5561b86a585f13 lorax-24.1.tar.gz +c5eb9051366fc9aaf7539d685a1a07a2 lorax-24.2.tar.gz