summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-02-04 17:19:45 -0500
committerChris Lumens <clumens@redhat.com>2008-02-04 17:19:45 -0500
commit670f31e39a9eb188774611f7b10d3f978fb4952e (patch)
treedac0e08af63edc7ac5915bf658324e8f5c3b3c7d
parent8618ff6046247b09cb913cfc3c31d609d8e6f3b0 (diff)
downloadanaconda-670f31e39a9eb188774611f7b10d3f978fb4952e.tar.gz
anaconda-670f31e39a9eb188774611f7b10d3f978fb4952e.tar.xz
anaconda-670f31e39a9eb188774611f7b10d3f978fb4952e.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index dd166f639..33be8b17e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.94
+Version: 11.1.2.95
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1
+- Propagate hostname from stage 1 to stage 2 on s390x (dcantrell).
+ Resolves: rhbz#354021
+
* 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).