[Fedora-livecd-list] Branch 'f9-branch' - 2 commits - config/livecd-fedora-9-base-desktop.ks livecd-tools.spec Makefile

Jeremy Katz katzj at fedoraproject.org
Fri Dec 19 19:02:32 UTC 2008


 Makefile                               |    2 +-
 config/livecd-fedora-9-base-desktop.ks |    1 +
 livecd-tools.spec                      |    8 +++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 1377c8d9141218ac57e335e4ab10d4862586a9f5
Author: Jeremy Katz <katzj at redhat.com>
Date:   Fri Dec 19 14:01:26 2008 -0500

    Bump to 0.17.2

diff --git a/Makefile b/Makefile
index 5cdc7a2..c790cc2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION = 017.1
+VERSION = 017.2
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}
diff --git a/livecd-tools.spec b/livecd-tools.spec
index c3ab86d..c6198c2 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CD's
 Name: livecd-tools
-Version: 017.1
+Version: 017.2
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -62,6 +62,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Fri Dec 19 2008 Jeremy Katz <katzj at redhat.com> - 017.2-1
+- Add newkey repo (#477067)
+- Fix --base-on even more
+- Don't fail if devices exist
+- Remove old rpmdb locks
+
 * Mon Jun 16 2008 Jeremy Katz <katzj at redhat.com> - 017.1-1
 - Handle copying timezone to /etc/localtime (#445624)
 - livecd-iso-to-disk: Ensure disk isn't mounted before writing to it (#446472)


commit db812bde356961492a6238e89f92eda62c8cf596
Author: Jeremy Katz <katzj at redhat.com>
Date:   Fri Dec 19 13:59:37 2008 -0500

    Add newkey repo (#477067)

diff --git a/config/livecd-fedora-9-base-desktop.ks b/config/livecd-fedora-9-base-desktop.ks
index 0b21d9a..3d14326 100644
--- a/config/livecd-fedora-9-base-desktop.ks
+++ b/config/livecd-fedora-9-base-desktop.ks
@@ -10,6 +10,7 @@ services --enabled=NetworkManager --disabled=network,sshd
 
 repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch
 repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arch=$basearch
+repo --name=updates.newkey --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9.newkey&arch=$basearch
 
 %packages
 @base-x





More information about the Fedora-livecd-list mailing list