[lorax] - Update to support syslinux 6.02 (bcl at redhat.com) - livemedia-creator: Add support for making tarfi

Brian C. Lane bcl at fedoraproject.org
Fri Apr 11 00:28:30 UTC 2014


commit 520d8c6b38ac6e53ea650be42a4bb88b099677cb
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Apr 10 17:27:59 2014 -0700

    - Update to support syslinux 6.02 (bcl at redhat.com)
    - livemedia-creator: Add support for making tarfiles (bcl at redhat.com)
    - livemedia-creator: Allow disk sizes to be < 1GiB (bcl at redhat.com)
    - livemedia-creator: Check fsimage kickstart for single partition
      (bcl at redhat.com)
    - livemedia-creator: Output all the errors at once (bcl at redhat.com)
    - livemedia-creator: Update documentation to reflect new options
      (bcl at redhat.com)
    - livemedia-creator: Make --make-fsimage work with virt-install
      (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   14 +++++++++++++-
 sources    |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28c3a48..33b25a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /lorax-21.5.tar.gz
 /lorax-21.6.tar.gz
 /lorax-21.7.tar.gz
+/lorax-21.8.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 91469a7..b4ba8dc 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        21.7
+Version:        21.8
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -96,6 +96,18 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Thu Apr 10 2014 Brian C. Lane <bcl at redhat.com> 21.8-1
+- Update to support syslinux 6.02 (bcl at redhat.com)
+- livemedia-creator: Add support for making tarfiles (bcl at redhat.com)
+- livemedia-creator: Allow disk sizes to be < 1GiB (bcl at redhat.com)
+- livemedia-creator: Check fsimage kickstart for single partition
+  (bcl at redhat.com)
+- livemedia-creator: Output all the errors at once (bcl at redhat.com)
+- livemedia-creator: Update documentation to reflect new options
+  (bcl at redhat.com)
+- livemedia-creator: Make --make-fsimage work with virt-install
+  (bcl at redhat.com)
+
 * Wed Apr 02 2014 Brian C. Lane <bcl at redhat.com> 21.7-1
 - Use BOOTAA64.efi for AARCH64 bootloader filename (#1080113) (bcl at redhat.com)
 - Stop removing curl after adding it (bcl at redhat.com)
diff --git a/sources b/sources
index cfcd079..2f3e141 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81565963f299754b510d99c7cb6e5347  lorax-21.7.tar.gz
+02f3e9ddfd742b06fcedd2e4a2bcc99d  lorax-21.8.tar.gz


More information about the scm-commits mailing list