From 27517b4485a2d5240470d3cb61221fd693c3cef6 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 28 Oct 2015 18:16:43 -0700 Subject: [PATCH] - livemedia-creator: Allow novirt ostree partitioned images (#1273199) (bcl@redhat.com) - Add documentation and kickstart for --make-vagrant (bcl@redhat.com) - livemedia-creator: Make --make-vagrant work with --no-virt (bcl@redhat.com) - livemedia-creator: Add --make-vagrant command (bcl@redhat.com) - Add selinux switch to mktar (bcl@redhat.com) - livemedia-creator: Make --make-oci work with --no-virt (bcl@redhat.com) - Add documentation for --make-oci (bcl@redhat.com) - livemedia-creator: Add --make-oci for Open Container Initiative images (bcl@redhat.com) - Add submount directory to PartitionMount class (bcl@redhat.com) - Keep libthread so that gdb will work correctly (#1269055) (bcl@redhat.com) - Update Lorax documentation - 24.3 (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 17 ++++++++++++++++- sources | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index beb6923..050e094 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /lorax-24.1.tar.gz /lorax-24.2.tar.gz /lorax-24.3.tar.gz +/lorax-24.4.tar.gz diff --git a/lorax.spec b/lorax.spec index a6c81e2..8baf7bc 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 24.3 +Version: 24.4 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -132,6 +132,21 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog +* Wed Oct 28 2015 Brian C. Lane 24.4-1 +- livemedia-creator: Allow novirt ostree partitioned images (#1273199) + (bcl@redhat.com) +- Add documentation and kickstart for --make-vagrant (bcl@redhat.com) +- livemedia-creator: Make --make-vagrant work with --no-virt (bcl@redhat.com) +- livemedia-creator: Add --make-vagrant command (bcl@redhat.com) +- Add selinux switch to mktar (bcl@redhat.com) +- livemedia-creator: Make --make-oci work with --no-virt (bcl@redhat.com) +- Add documentation for --make-oci (bcl@redhat.com) +- livemedia-creator: Add --make-oci for Open Container Initiative images + (bcl@redhat.com) +- Add submount directory to PartitionMount class (bcl@redhat.com) +- Keep libthread so that gdb will work correctly (#1269055) (bcl@redhat.com) +- Update Lorax documentation - 24.3 (bcl@redhat.com) + * 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) diff --git a/sources b/sources index ffb91c8..dfebd96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b882efe8b1d3990cd3755a9b80e99a9b lorax-24.3.tar.gz +4846b820521d4a5f248f3a83c4aee338 lorax-24.4.tar.gz