From 5ae235cedc33f490a6f67d0fcb2b8a8a95f8278d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 23 Mar 2007 20:15:03 +0000 Subject: [PATCH] * Fri Mar 23 2007 Jeremy Katz - 11.2.0.40-2 - fix xinit exiting --- anaconda.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index af52021..29f1ec5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,11 +2,12 @@ Name: anaconda Version: 11.2.0.40 -Release: 1 +Release: 2 License: GPL Summary: Graphical system installer Group: Applications/System Source: anaconda-%{version}.tar.bz2 +Patch0: anaconda-liveinst.patch BuildRequires: kudzu-devel >= 1.2.42, pciutils-devel BuildRequires: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel BuildRequires: rpm-python >= 4.2-0.61, rpm-devel, gettext >= 0.11 @@ -82,6 +83,7 @@ sets, but are not meant for use on already installed systems. %prep %setup -q +%patch0 -p1 %build make depend @@ -142,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Mar 23 2007 Jeremy Katz - 11.2.0.40-2 +- fix xinit exiting + * Wed Mar 21 2007 Chris Lumens - 11.2.0.40-1 - livecd X fixes (katzj). - Handle mounting errors on the harddrive image method (#124793).