From c13c71a2aa0aa116e6dacbaa594b078bb65e112e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 29 Apr 2013 11:46:49 -0700 Subject: [PATCH] - Remove /var/log/journal so journald won't write to overlay (wwoods@redhat.com) - Leave /etc/os-release in the initrd (#956241) (bcl@redhat.com) - no standalone modutils package (dan@danny.cz) - remove no longer supported arm kernel variants add the new lpae one (dennis@ausil.us) - livemedia-creator: Update example kickstarts (bcl@redhat.com) - livemedia-creator: Ignore rescue kernels (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 12 +++++++++++- sources | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8ef5a9..765e6ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /lorax-19.0.tar.gz /lorax-19.1.tar.gz /lorax-19.2.tar.gz +/lorax-19.3.tar.gz diff --git a/lorax.spec b/lorax.spec index 7b07299..d5a8096 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 19.2 +Version: 19.3 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -84,6 +84,16 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Mon Apr 29 2013 Brian C. Lane 19.3-1 +- Remove /var/log/journal so journald won't write to overlay + (wwoods@redhat.com) +- Leave /etc/os-release in the initrd (#956241) (bcl@redhat.com) +- no standalone modutils package (dan@danny.cz) +- remove no longer supported arm kernel variants add the new lpae one + (dennis@ausil.us) +- livemedia-creator: Update example kickstarts (bcl@redhat.com) +- livemedia-creator: Ignore rescue kernels (bcl@redhat.com) + * Mon Apr 15 2013 Brian C. Lane 19.2-1 - Let devices get detected and started automatically. (dlehman@redhat.com) - Fix import of version (bcl@redhat.com) diff --git a/sources b/sources index 27d837d..8e517da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55e525fef8f3eb4ffa9dbc7eab4e78c6 lorax-19.2.tar.gz +d310d47c162ba74de939d4a7e237dc65 lorax-19.3.tar.gz