summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-02-01 19:11:11 -0500
committerChris Lumens <clumens@redhat.com>2008-02-01 19:11:11 -0500
commit9a21b859e2d739b56a1c1d75b7dfca0a89513e7e (patch)
treea2a8d1a44def31547b0a98c16249549dc97533e9
parent337b5cdda785aceee951a817763662845094d071 (diff)
downloadanaconda-9a21b859e2d739b56a1c1d75b7dfca0a89513e7e.tar.gz
anaconda-9a21b859e2d739b56a1c1d75b7dfca0a89513e7e.tar.xz
anaconda-9a21b859e2d739b56a1c1d75b7dfca0a89513e7e.zip
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 03b14bff7..dd166f639 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.93
+Version: 11.1.2.94
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1
+- Include libnssutil3.so for sshd on s390 (dcantrell).
+- Remove old IP addresses from interface on reconfig (dcantrell).
+ Resolves: rhbz#218273
+- More fixes for .treeinfo (jgranado).
+
* Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1
- Support network --bootproto=query in kickstart installs.
Resolves: rhbz#401531