summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-28 15:53:44 -0500
committerChris Lumens <clumens@redhat.com>2008-01-28 15:53:44 -0500
commitea1825a97f3515cf343e3d543b3ac0910ded8e92 (patch)
tree40186085d1a332d4f999a3f4520da425307c2c94
parent011070f41c1756cedee627318459dd2c7c5a6cab (diff)
downloadanaconda-ea1825a97f3515cf343e3d543b3ac0910ded8e92.tar.gz
anaconda-ea1825a97f3515cf343e3d543b3ac0910ded8e92.tar.xz
anaconda-ea1825a97f3515cf343e3d543b3ac0910ded8e92.zip
-rw-r--r--anaconda.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 79bdc1e79..ed46d848d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.90
+Version: 11.1.2.91
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,16 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1
+- Include python-iniparse in stage2 for pirut.
+ Resolves: rhbz#430212
+- Update the information contained in .treeinfo files (jgranado).
+ Resolves: rhbz#253992
+- Fix namespace issue with createLuserConf (dcantrell).
+ Resolves: rhbz#430237
+- Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
+ Related: rhbz#428694, rhbz#216158
+
* Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1
- Add the stage2 to the .treeinfo file (jgranado).
Resolves: rhbz#253992