[lorax] - Add --live-rootfs-keep-size option (rvykydal at redhat.com) - Add --live-rootfs-size option. (rvykyda

Brian C. Lane bcl at fedoraproject.org
Sat Jan 17 00:55:32 UTC 2015


commit 7496b3d81cee97e52438ecdeb44294d0b4427411
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Jan 16 16:55:41 2015 -0800

    - Add --live-rootfs-keep-size option (rvykydal at redhat.com)
    - Add --live-rootfs-size option. (rvykydal at redhat.com)
    - livemedia-creator: Update example kickstarts (bcl at redhat.com)
    - livemedia-creator: Turn on debug output for dracut (bcl at redhat.com)
    - livemedia-creator: Copy all the logs from /tmp/ (bcl at redhat.com)
    - livemedia-creator: Create parent dirs for logfile path (bcl at redhat.com)
    - Remove fedora-icon-theme (dshea at redhat.com)
    - Remove fedora-gnome-theme (dshea at redhat.com)
    - Remove the GSettings overrides for metacity (dshea at redhat.com)
    - Remove gnome-python2-gconf (dshea at redhat.com)
    - --make-pxe-target: change permissions of regenerated initramrfs to 0644
      (rvykydal at redhat.com)
    - Override services kickstart setting from interactive-defaults.ks
      (rvykydal at redhat.com)
    - Use gcdaa64.efi on aarch64 (#1174475) (bcl at redhat.com)
    - livemedia-creator: add a timeout to the log monitor startup (bcl at redhat.com)
    - Add --make-pxe-live and --make-ostree-live (for Atomic) targets.
      (rvykydal at redhat.com)
    - Revert "Install optional product and updates packages (#1155228)"
      (bcl at redhat.com)
    - Add log monitoring to lmc --no-virt installation (bcl at redhat.com)
    - runtime-cleanup.tmpl: keep virtio-rng (#1179000) (lersek at redhat.com)
    - Install python-nss (vpodzime at redhat.com)

 .gitignore |    1 +
 lorax.spec |   27 ++++++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1cc6013..c7d7f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@
 /lorax-21.31.tar.gz
 /lorax-22.0.tar.gz
 /lorax-22.1.tar.gz
+/lorax-22.2.tar.gz
diff --git a/lorax.spec b/lorax.spec
index d545fea..d164c00 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        22.1
+Version:        22.2
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -101,6 +101,31 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Fri Jan 16 2015 Brian C. Lane <bcl at redhat.com> 22.2-1
+- Add --live-rootfs-keep-size option (rvykydal at redhat.com)
+- Add --live-rootfs-size option. (rvykydal at redhat.com)
+- livemedia-creator: Update example kickstarts (bcl at redhat.com)
+- livemedia-creator: Turn on debug output for dracut (bcl at redhat.com)
+- livemedia-creator: Copy all the logs from /tmp/ (bcl at redhat.com)
+- livemedia-creator: Create parent dirs for logfile path (bcl at redhat.com)
+- Remove fedora-icon-theme (dshea at redhat.com)
+- Remove fedora-gnome-theme (dshea at redhat.com)
+- Remove the GSettings overrides for metacity (dshea at redhat.com)
+- Remove gnome-python2-gconf (dshea at redhat.com)
+- --make-pxe-target: change permissions of regenerated initramrfs to 0644
+  (rvykydal at redhat.com)
+- Override services kickstart setting from interactive-defaults.ks
+  (rvykydal at redhat.com)
+- Use gcdaa64.efi on aarch64 (#1174475) (bcl at redhat.com)
+- livemedia-creator: add a timeout to the log monitor startup (bcl at redhat.com)
+- Add --make-pxe-live and --make-ostree-live (for Atomic) targets.
+  (rvykydal at redhat.com)
+- Revert "Install optional product and updates packages (#1155228)"
+  (bcl at redhat.com)
+- Add log monitoring to lmc --no-virt installation (bcl at redhat.com)
+- runtime-cleanup.tmpl: keep virtio-rng (#1179000) (lersek at redhat.com)
+- Install python-nss (vpodzime at redhat.com)
+
 * Fri Dec 12 2014 Brian C. Lane <bcl at redhat.com> 22.1-1
 - Actually make boot.iso on aarch64. (pjones at redhat.com)
 - Add --includepkg argument (walters at verbum.org)
diff --git a/sources b/sources
index f6a07b1..48fad2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93ace0cef43ba9b780420622699c7ec9  lorax-22.1.tar.gz
+5949f2074f7e1c3a27172788c2b6de09  lorax-22.2.tar.gz


More information about the scm-commits mailing list