From 7a526ced45bb0b57a375a98544a28364339f24e2 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 23 Sep 2014 11:51:42 -0700 Subject: [PATCH] - livemedia-creator: Make sure ROOT_PATH exists (#1144140) (bcl@redhat.com) - livemedia-creator: Add --no-recursion to mktar (#1144140) (bcl@redhat.com) - Remove at-spi (dshea@redhat.com) --- .gitignore | 1 + lorax.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb0f50f..aac594c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /lorax-21.20.tar.gz /lorax-21.21.tar.gz /lorax-21.22.tar.gz +/lorax-21.23.tar.gz diff --git a/lorax.spec b/lorax.spec index 6137108..2ae49a6 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.22 +Version: 21.23 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -101,6 +101,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Tue Sep 23 2014 Brian C. Lane 21.23-1 +- livemedia-creator: Make sure ROOT_PATH exists (#1144140) (bcl@redhat.com) +- livemedia-creator: Add --no-recursion to mktar (#1144140) (bcl@redhat.com) +- Remove at-spi (dshea@redhat.com) + * Mon Sep 15 2014 Brian C. Lane 21.22-1 - add fedora-repos-anaconda to runtime environment (awilliam@redhat.com) - Let the plymouth dracut module back into the ppc64 upgrade.img diff --git a/sources b/sources index f12750f..5e0e102 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d65b450ac8e6d8976fc094fa888dc4d lorax-21.22.tar.gz +1493338234844297ad2ec9f42ecbb230 lorax-21.23.tar.gz