[Fedora-livecd-list] 3 commits - config/livecd-fedora-9-desktop.ks config/livecd-fedora-9-kde.ks livecd-tools.spec Makefile

Bill Nottingham notting at fedoraproject.org
Tue May 6 16:28:25 UTC 2008


 Makefile                          |    2 +-
 config/livecd-fedora-9-desktop.ks |    2 +-
 config/livecd-fedora-9-kde.ks     |    2 +-
 livecd-tools.spec                 |    5 ++++-
 4 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 1b0f74f8ba7992fd9d757f07484e743d693e1d55
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue May 6 12:11:24 2008 -0400

    bump to 017

diff --git a/Makefile b/Makefile
index 9d26df5..4ac33b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION = 016
+VERSION = 017
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}


commit 8470b7e054df5bcb2fa28568dd99809f5c53f6b1
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue May 6 12:11:01 2008 -0400

    bump release

diff --git a/livecd-tools.spec b/livecd-tools.spec
index b2c50f1..f6a5ef1 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CD's
 Name: livecd-tools
-Version: 016
+Version: 017
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Tue May  6 2008 Bill Nottingham <notting at redhat.com> - 017-1
+- fix F9 final configs
+
 * Thu May  1 2008 Jeremy Katz <katzj at redhat.com> - 016-1
 - Config changes all around, including F9 final configs
 - Fix up the minimal image creation


commit 677eb030a9149b30691c166e9b85b65d017a01b6
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue May 6 12:10:00 2008 -0400

    fix includes

diff --git a/config/livecd-fedora-9-desktop.ks b/config/livecd-fedora-9-desktop.ks
index f8e1f99..3e59073 100644
--- a/config/livecd-fedora-9-desktop.ks
+++ b/config/livecd-fedora-9-desktop.ks
@@ -1,4 +1,4 @@
-%include livecd-fedora-base-desktop.ks
+%include livecd-fedora-9-base-desktop.ks
 
 %packages
 @games
diff --git a/config/livecd-fedora-9-kde.ks b/config/livecd-fedora-9-kde.ks
index 8cefa08..3f69d52 100644
--- a/config/livecd-fedora-9-kde.ks
+++ b/config/livecd-fedora-9-kde.ks
@@ -1,4 +1,4 @@
-%include livecd-fedora-base-desktop.ks
+%include livecd-fedora-9-base-desktop.ks
 
 %packages
 @kde-desktop





More information about the Fedora-livecd-list mailing list