* Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.40-2

- fix xinit exiting
This commit is contained in:
Jeremy Katz 2007-03-23 20:15:03 +00:00
parent 4f60264431
commit 5ae235cedc

View File

@ -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 <katzj@redhat.com> - 11.2.0.40-2
- fix xinit exiting
* Wed Mar 21 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.40-1
- livecd X fixes (katzj).
- Handle mounting errors on the harddrive image method (#124793).