summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-01-17 03:25:11 +0000
committerChris Lumens <clumens@redhat.com>2007-01-17 03:25:11 +0000
commit9ac96f9c12b630c5db32ff581d1d9181c2dd9592 (patch)
tree22dacb17cd43c3841195a09ff867b3ca9a2162d9 /anaconda.spec
parenta819c9e6bd4b07bd4b17d6071eb42484e7e744fb (diff)
downloadanaconda-9ac96f9c12b630c5db32ff581d1d9181c2dd9592.tar.gz
anaconda-9ac96f9c12b630c5db32ff581d1d9181c2dd9592.tar.xz
anaconda-9ac96f9c12b630c5db32ff581d1d9181c2dd9592.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 8ae3e5653..ed46d9683 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.2.0.9
+Version: 11.2.0.10
Release: 1
License: GPL
Summary: Graphical system installer
@@ -11,7 +11,7 @@ BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
-BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
+BuildPreReq: pykickstart >= 0.90, yum >= 2.9.2, device-mapper >= 1.01.05-3,
BuildPreReq: libsepol-devel
BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
BuildPreReq: glib2-devel >= 2.11.1-5
@@ -103,6 +103,16 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jan 16 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.10-1
+- Remove deps when going back from package selection (dlehman, #222894).
+- Fix UI when going back from package selection (dlehman, #215493).
+- Update kickstart code to use new pykickstart API.
+- Fix loader test for NULL (yanmin.zhang AT intel.com, #222767).
+- Don't display the unsupported lang box in kickstart installs (#222096).
+- Error message fixes in package installation (katzj).
+- Update DHCP UI (dcantrell).
+- Correct behavior of escape key in release notes viewer (dcantrell, #220418).
+
* Wed Jan 10 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.9-1
- Set NETWORKING_IPV6 based on whether we want ipv6 for
any devices or not (dcantrell, katzj, #222147)