[lorax] - Remove /var/log/journal so journald won't write to overlay (wwoods at redhat.com) - Leave /etc/os-r

Brian C. Lane bcl at fedoraproject.org
Mon Apr 29 18:46:55 UTC 2013


commit c13c71a2aa0aa116e6dacbaa594b078bb65e112e
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Apr 29 11:46:49 2013 -0700

    - Remove /var/log/journal so journald won't write to overlay
      (wwoods at redhat.com)
    - Leave /etc/os-release in the initrd (#956241) (bcl at redhat.com)
    - no standalone modutils package (dan at danny.cz)
    - remove no longer supported arm kernel variants add the new lpae one
      (dennis at ausil.us)
    - livemedia-creator: Update example kickstarts (bcl at redhat.com)
    - livemedia-creator: Ignore rescue kernels (bcl at 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 <bcl at redhat.com> 19.3-1
+- Remove /var/log/journal so journald won't write to overlay
+  (wwoods at redhat.com)
+- Leave /etc/os-release in the initrd (#956241) (bcl at redhat.com)
+- no standalone modutils package (dan at danny.cz)
+- remove no longer supported arm kernel variants add the new lpae one
+  (dennis at ausil.us)
+- livemedia-creator: Update example kickstarts (bcl at redhat.com)
+- livemedia-creator: Ignore rescue kernels (bcl at redhat.com)
+
 * Mon Apr 15 2013 Brian C. Lane <bcl at redhat.com> 19.2-1
 - Let devices get detected and started automatically. (dlehman at redhat.com)
 - Fix import of version (bcl at 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


More information about the scm-commits mailing list