[lorax] * Thu Jun 21 2012 Martin Gracik <mgracik at redhat.com> 18.9-1 - Add initial support for ARM based syst

Martin Gracik mgracik at fedoraproject.org
Thu Jun 21 14:55:08 UTC 2012


commit 23f0c8ce2c3cabfe6d868acbd090d1a62d810c83
Author: Martin Gracik <mgracik at redhat.com>
Date:   Thu Jun 21 16:55:15 2012 +0200

    * Thu Jun 21 2012 Martin Gracik <mgracik at redhat.com> 18.9-1
    - Add initial support for ARM based systems (dmarlin) (mgracik at redhat.com)
    - Add plymouth to the installer runtime (wwoods at redhat.com)
    - add 'systemctl' command and use it in postinstall (wwoods at redhat.com)
    - add dracut-shutdown.service (and its dependencies) (wwoods at redhat.com)
    - leave pregenerated locale files (save RAM) (wwoods at redhat.com)
    - runtime-cleanup: log broken symlinks being removed (wwoods at redhat.com)
    - Add some documentation to LoraxTemplateRunner (wwoods at redhat.com)
    - fix '-runcmd' and improve logging (wwoods at redhat.com)
    - mkefiboot: add --debug (wwoods at redhat.com)
    - pylorax.imgutils: add retry loop and "lazy" to umount() (wwoods at redhat.com)
    - pylorax.imgutils: add debug logging (wwoods at redhat.com)
    - pylorax: set up logging as recommended by logging module (wwoods at redhat.com)
    - remove dmidecode (wwoods at redhat.com)
    - clean up net-tools properly (wwoods at redhat.com)
    - runtime-cleanup: correctly clean up kbd (wwoods at redhat.com)
    - runtime-cleanup: correctly clean up iproute (wwoods at redhat.com)
    - runtime-cleanup: drop a bunch of do-nothing removals (wwoods at redhat.com)
    - Create missing /etc/fstab (wwoods at redhat.com)
    - Fix systemd unit cleanup in runtime-postinstall (wwoods at redhat.com)
    - Disable Alt+Tab in metacity (mgracik at redhat.com)
    - Add pollcdrom module to dracut (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   25 ++++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d004e2..b0e29fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /lorax-18.6.tar.gz
 /lorax-18.7.tar.gz
 /lorax-18.8.tar.gz
+/lorax-18.9.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 820eb53..91ec6f0 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.8
+Version:        18.9
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -81,6 +81,29 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Thu Jun 21 2012 Martin Gracik <mgracik at redhat.com> 18.9-1
+- Add initial support for ARM based systems (dmarlin) (mgracik at redhat.com)
+- Add plymouth to the installer runtime (wwoods at redhat.com)
+- add 'systemctl' command and use it in postinstall (wwoods at redhat.com)
+- add dracut-shutdown.service (and its dependencies) (wwoods at redhat.com)
+- leave pregenerated locale files (save RAM) (wwoods at redhat.com)
+- runtime-cleanup: log broken symlinks being removed (wwoods at redhat.com)
+- Add some documentation to LoraxTemplateRunner (wwoods at redhat.com)
+- fix '-runcmd' and improve logging (wwoods at redhat.com)
+- mkefiboot: add --debug (wwoods at redhat.com)
+- pylorax.imgutils: add retry loop and "lazy" to umount() (wwoods at redhat.com)
+- pylorax.imgutils: add debug logging (wwoods at redhat.com)
+- pylorax: set up logging as recommended by logging module (wwoods at redhat.com)
+- remove dmidecode (wwoods at redhat.com)
+- clean up net-tools properly (wwoods at redhat.com)
+- runtime-cleanup: correctly clean up kbd (wwoods at redhat.com)
+- runtime-cleanup: correctly clean up iproute (wwoods at redhat.com)
+- runtime-cleanup: drop a bunch of do-nothing removals (wwoods at redhat.com)
+- Create missing /etc/fstab (wwoods at redhat.com)
+- Fix systemd unit cleanup in runtime-postinstall (wwoods at redhat.com)
+- Disable Alt+Tab in metacity (mgracik at redhat.com)
+- Add pollcdrom module to dracut (bcl at redhat.com)
+
 * Wed Jun 06 2012 Martin Gracik <mgracik at redhat.com> 18.8-1
 - Check if selinux is enabled before getting the mode (mgracik at redhat.com)
 - Add grub2 so that rescue is more useful (bcl at redhat.com)
diff --git a/sources b/sources
index ee030c3..20a72bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0792810006202a29c83d65c0d8b32b67  lorax-18.8.tar.gz
+86622a12f8da5bee699201052e83c82a  lorax-18.9.tar.gz


More information about the scm-commits mailing list