From 77a2d69262ca87f7ec8780e80022121375f988f6 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 30 Mar 2007 20:59:43 +0000 Subject: [PATCH] * Fri Mar 30 2007 David Cantrell - 11.2.0.42-1 - LiveCD fixes (katzj, #230945, #224208, #224213, #230943) - Handle IOErrors if we can't find the kickstart file (clumens) --- .cvsignore | 4 +--- anaconda.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6063726..2042db8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -anaconda-11.2.0.39.tar.bz2 -anaconda-11.2.0.40.tar.bz2 -anaconda-11.2.0.41.tar.bz2 +anaconda-11.2.0.42.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d6dea46..b726636 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.2.0.41 +Version: 11.2.0.42 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Mar 30 2007 David Cantrell - 11.2.0.42-1 +- LiveCD fixes (katzj, #230945, #224208, #224213, #230943) +- Handle IOErrors if we can't find the kickstart file (clumens) + * Wed Mar 28 2007 Chris Lumens - 11.2.0.41-1 - Fix partitioning under kickstart when using clearpart (#232936). - Add padding on the device stripe graph (#217294). diff --git a/sources b/sources index 198a4d1..f95abcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a5bdd2fd0bce3d0282b9eb48b8b8a2a anaconda-11.2.0.41.tar.bz2 +36d9d2f5fd1b4632937820ed372bf495 anaconda-11.2.0.42.tar.bz2