[lorax] - Add --add-template{, -var} (walters at verbum.org) - runtime-install: Add rpm-ostree, move dnf here (w

Brian C. Lane bcl at fedoraproject.org
Tue May 13 00:25:40 UTC 2014


commit ebd188248917e017017eb3d445d53760179175a8
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon May 12 17:24:52 2014 -0700

    - Add --add-template{,-var} (walters at verbum.org)
    - runtime-install: Add rpm-ostree, move dnf here (walters at verbum.org)
    - Update copyright statements (bcl at redhat.com)
    - livemedia-creator: Cleanup docstrings (bcl at redhat.com)
    - livemedia-creator: Cleanup some style issues (bcl at redhat.com)
    - Cleanup other misc pylint warnings (bcl at redhat.com)
    - Cleanup pylorax pylint warnings (bcl at redhat.com)
    - Add pylint testing (bcl at redhat.com)
    - Require uboot-tools when running on arm (dennis at ausil.us)
    - Obsolete appliance-tools-minimizer (#1084110) (bcl at redhat.com)
    - livemedia-creator: Copy fsimage if hardlink fails (bcl at redhat.com)
    - Turn on debug output for mkefiboot (bcl at redhat.com)
    - Clean up download and install output (bcl at redhat.com)
    - Install specific lohit fonts instead of all of them (#1090390)
      (bcl at redhat.com)
    - Update grub2-efi.cfg for aarch64 to more closely match x86 (#1089418).
      (dmarlin at redhat.com)
    - Install rdma so that dracut will use it along with libmlx4 (#1089564)
      (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   28 +++++++++++++++++++++++-----
 sources    |    2 +-
 3 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 575076a..6e4935f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /lorax-21.7.tar.gz
 /lorax-21.8.tar.gz
 /lorax-21.9.tar.gz
+/lorax-21.10.tar.gz
diff --git a/lorax.spec b/lorax.spec
index a76cfb8..2cdc49c 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        21.9
-Release:        2%{?dist}
+Version:        21.10
+Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
@@ -66,6 +66,7 @@ Requires:       uboot-tools
 
 # Moved image-minimizer tool to lorax
 Provides:       appliance-tools-minimizer
+Obsoletes:      appliance-tools-minimizer < 007.7-3
 
 %description
 Lorax is a tool for creating the anaconda install images.
@@ -100,9 +101,26 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
-* Sat Apr 26 2014 Dennis Gilmore <dennis at ausil.us> 21.9-2
-- Require uboot-tools on arm arches so e can make u-boot wrapped
-- versions of the kernel and initramfs's
+* Mon May 12 2014 Brian C. Lane <bcl at redhat.com> 21.10-1
+- Add --add-template{,-var} (walters at verbum.org)
+- runtime-install: Add rpm-ostree, move dnf here (walters at verbum.org)
+- Update copyright statements (bcl at redhat.com)
+- livemedia-creator: Cleanup docstrings (bcl at redhat.com)
+- livemedia-creator: Cleanup some style issues (bcl at redhat.com)
+- Cleanup other misc pylint warnings (bcl at redhat.com)
+- Cleanup pylorax pylint warnings (bcl at redhat.com)
+- Add pylint testing (bcl at redhat.com)
+- Require uboot-tools when running on arm (dennis at ausil.us)
+- Obsolete appliance-tools-minimizer (#1084110) (bcl at redhat.com)
+- livemedia-creator: Copy fsimage if hardlink fails (bcl at redhat.com)
+- Turn on debug output for mkefiboot (bcl at redhat.com)
+- Clean up download and install output (bcl at redhat.com)
+- Install specific lohit fonts instead of all of them (#1090390)
+  (bcl at redhat.com)
+- Update grub2-efi.cfg for aarch64 to more closely match x86 (#1089418).
+  (dmarlin at redhat.com)
+- Install rdma so that dracut will use it along with libmlx4 (#1089564)
+  (bcl at redhat.com)
 
 * Tue Apr 15 2014 Brian C. Lane <bcl at redhat.com> 21.9-1
 - Update syslinux 6.02 support for noarch change (bcl at redhat.com)
diff --git a/sources b/sources
index aa60fae..d451569 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3470c052236a242f0f0a6a9ab5a4eec5  lorax-21.9.tar.gz
+a0a17a64dd9e768863269ae4a9fb5557  lorax-21.10.tar.gz


More information about the scm-commits mailing list