[Fedora-livecd-list] 2 commits - imgcreate/yuminst.py livecd-tools.spec Makefile

Jeremy Katz katzj at fedoraproject.org
Tue Feb 12 18:32:55 UTC 2008


 Makefile             |    2 +-
 imgcreate/yuminst.py |    2 +-
 livecd-tools.spec    |   11 ++++++++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 2130d64d02f1593d73594f0b2f48fe1fc0686ad8
Author: Jeremy Katz <katzj at redhat.com>
Date:   Tue Feb 12 13:30:58 2008 -0500

    Bump version

diff --git a/Makefile b/Makefile
index 393d6db..b04cba4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION = 013
+VERSION = 014
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}
diff --git a/livecd-tools.spec b/livecd-tools.spec
index 8201cc8..7aa5b40 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CD's
 Name: livecd-tools
-Version: 013
+Version: 014
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -63,6 +63,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Tue Feb 12 2008 Jeremy Katz <katzj at redhat.com> - 014-1
+- Rework to provide a python API for use by other tools (thanks to 
+  markmc for a lot of the legwork here)
+- Fix creation of images with ext2 filesystems and no SELinux
+- Don't require a yum-cache directory inside of the cachedir (#430066)
+- Many config updates for rawhide
+- Allow running live images from MMC/SD (#430444)
+- Don't let a non-standard TMPDIR break things (Jim Meyering)
+
 * Mon Oct 29 2007 Jeremy Katz <katzj at redhat.com> - 013-1
 - Lots of config updates
 - Support 'device foo' to say what modules go in the initramfs


commit 9dfce5f149205bdbc1b1761dd637b23772f6e5dd
Author: Jeremy Katz <katzj at redhat.com>
Date:   Tue Feb 12 13:26:59 2008 -0500

    Fix bad import

diff --git a/imgcreate/yuminst.py b/imgcreate/yuminst.py
index c42e77e..4c9ae40 100644
--- a/imgcreate/yuminst.py
+++ b/imgcreate/yuminst.py
@@ -23,7 +23,7 @@ import yum
 import rpmUtils
 import pykickstart.parser
 
-from yuminst import *
+from imgcreate.errors import *
 
 class TextProgress(object):
     def start(self, filename, url, *args, **kwargs):





More information about the livecd mailing list