[livecd-tools/f16] - Version 16.11 (bcl) - livecd-iso-to-disk: Add 2MB slop to calculation (bcl) - Change EFI/boot to E

Brian C. Lane bcl at fedoraproject.org
Thu Mar 1 17:28:13 UTC 2012


commit 5d0db317c2379dfb3448bdc159c47209142ae6bf
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Mar 1 09:28:02 2012 -0800

    - Version 16.11 (bcl)
    - livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
    - Change EFI/boot to EFI/BOOT (mjg)
    - Add support for generating EFI-bootable hybrid images (mjg)
    - livecd-iso-to-disk: create partition for iso (bcl)
    - check for valid script path before editing livecd image and update usage
      options confusion (jboggs)
    - imgcreate: fix typo in ResizeError (bcl)
    - add missing selinux_mountpoint class object to edit-livecd (jboggs)
    - selinux may be off on the host, skip mount (#737064) (bcl)
    - Set base_persistdir (#741614) (bcl)
    - Fix the fix for dracut modules (#766955) (bcl)
    - Use dracut.conf.d instead fo dracut.conf (bcl)
    - dracut needs dmsquash-live explicitly included (bcl)
    - edit-livecd: -k --kickstart option (apevec)

 .gitignore        |    1 +
 livecd-tools.spec |   20 +++++++++++++++++++-
 sources           |    2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b86d9a..ece362a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-16.8.tar.bz2
 /livecd-tools-16.9.tar.bz2
 /livecd-tools-16.10.tar.bz2
+/livecd-tools-16.11.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 706b293..4a63a9a 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 16.10
+Version: 16.11
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -25,6 +25,7 @@ Requires: pyparted
 Requires: util-linux
 Requires: dosfstools
 Requires: e2fsprogs
+Requires: lorax
 %ifarch %{ix86} x86_64
 Requires: syslinux
 Requires: /sbin/extlinux
@@ -96,6 +97,23 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Mar 01 2012 Brian C. Lane <bcl at redhat.com> 16.11-1
+- Version 16.11 (bcl)
+- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
+- Change EFI/boot to EFI/BOOT (mjg)
+- Add support for generating EFI-bootable hybrid images (mjg)
+- livecd-iso-to-disk: create partition for iso (bcl)
+- check for valid script path before editing livecd image and update usage
+  options confusion (jboggs)
+- imgcreate: fix typo in ResizeError (bcl)
+- add missing selinux_mountpoint class object to edit-livecd (jboggs)
+- selinux may be off on the host, skip mount (#737064) (bcl)
+- Set base_persistdir (#741614) (bcl)
+- Fix the fix for dracut modules (#766955) (bcl)
+- Use dracut.conf.d instead fo dracut.conf (bcl)
+- dracut needs dmsquash-live explicitly included (bcl)
+- edit-livecd: -k --kickstart option (apevec)
+
 * Wed Dec 21 2011 Brian C. Lane <bcl at redhat.com> 16.10-1
 - Version 16.10 (bcl)
 - python-imgcreate: remove -f from second lokkit call (#769457) (bcl)
diff --git a/sources b/sources
index effddbb..02f9ee4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0005c04f307798cff21d66a041dfcdbd  livecd-tools-16.10.tar.bz2
+18c0fd0984976b939a815dd7c0c1c0f1  livecd-tools-16.11.tar.bz2


More information about the scm-commits mailing list