[livecd-tools/f15/master] - Version 15.4 (bcl) - Add tmpdir to LiveImageCreator (bcl) - Source may be a file or a block device

Brian C. Lane bcl at fedoraproject.org
Wed Feb 16 00:13:47 UTC 2011


commit 10d80c99ea528c60e473025a3f466b9ecf400d84
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Feb 15 16:13:16 2011 -0800

    - Version 15.4 (bcl)
    - Add tmpdir to LiveImageCreator (bcl)
    - Source may be a file or a block device, mount accordingly (bcl)
    - Enable reading of SquashFS compression type. (fgrose)
    - Enable cloning of a running LiveOS image into a fresh iso. (fgrose)
    - Update usage documentation & add it to the script (fgrose)
    - Support the propagation of an installed Live image (fgrose)
    - Rename image source- and target-related variables (fgrose)
    - Align start of partition at 1MiB (#668967) (bcl)
    - Pass tmpdir to ImageCreator class initializer (#476676) (bcl)
    - Add tmpdir to ImageCreator class initializer (#476676) (bcl)
    - Enable an optional tmpdir for e2image in fs.resize2fs() (fgrose)
    - Bad karma commit reverted; The option to boot from a local drive *MUST* exist
      as 99.9% of our consumers have default desktop hardware configurations.
      (jeroen.van.meeuwen)
    - Really switch the default compression type, not just the default cli option
      value (jeroen.van.meeuwen)

 .gitignore        |    1 +
 livecd-tools.spec |   23 +++++++++++++++++++++--
 sources           |    2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fc2880..30472f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ livecd-tools-033.tar.bz2
 /livecd-tools-15.0.tar.bz2
 /livecd-tools-15.2.tar.bz2
 /livecd-tools-15.3.tar.bz2
+/livecd-tools-15.4.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 6de15e7..0997b8c 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,8 +4,8 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 15.3
-Release: 3%{?dist}
+Version: 15.4
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Base
@@ -92,6 +92,25 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Tue Feb 11 2011 Brian C. Lane <bcl at redhat.com> - 15.4-1
+- Version 15.4 (bcl)
+- Add tmpdir to LiveImageCreator (bcl)
+- Source may be a file or a block device, mount accordingly (bcl)
+- Enable reading of SquashFS compression type. (fgrose)
+- Enable cloning of a running LiveOS image into a fresh iso. (fgrose)
+- Update usage documentation & add it to the script (fgrose)
+- Support the propagation of an installed Live image (fgrose)
+- Rename image source- and target-related variables (fgrose)
+- Align start of partition at 1MiB (#668967) (bcl)
+- Pass tmpdir to ImageCreator class initializer (#476676) (bcl)
+- Add tmpdir to ImageCreator class initializer (#476676) (bcl)
+- Enable an optional tmpdir for e2image in fs.resize2fs() (fgrose)
+- Bad karma commit reverted; The option to boot from a local drive *MUST* exist
+  as 99.9% of our consumers have default desktop hardware configurations.
+  (jeroen.van.meeuwen)
+- Really switch the default compression type, not just the default cli option
+  value (jeroen.van.meeuwen)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:15.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 761157a..7c08311 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8739d96098973f4214cb47a05cfa6f95  livecd-tools-15.3.tar.bz2
+57f796194874788074d317be6a1efb34  livecd-tools-15.4.tar.bz2


More information about the scm-commits mailing list