summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-06-24 15:41:21 -0500
committerDavid Lehman <dlehman@redhat.com>2008-06-24 15:41:21 -0500
commit557d2a71b4d2f9d8bb521d0cdcf4f37a519e2bca (patch)
tree9f76100af47812ca67c12b68be667fad2ff2a1b1
parentfc3f43857518eff686b7d0ecb3c749a6876b3b64 (diff)
downloadanaconda-557d2a71b4d2f9d8bb521d0cdcf4f37a519e2bca.tar.gz
anaconda-557d2a71b4d2f9d8bb521d0cdcf4f37a519e2bca.tar.xz
anaconda-557d2a71b4d2f9d8bb521d0cdcf4f37a519e2bca.zip
New version: 10.1.1.90
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index ca0edbee6..6e06bcefc 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.89
+Version: 10.1.1.90
Release: 1
License: GPL
Summary: Graphical system installer
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jun 24 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.90-1
+- Add geninitrdsz and use it in mk-images.s390
+ Resolves: rhbz#449617
+
* Mon May 05 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.89-1
- Fix field separator spec in awk commands in linuxrc.s390 (jgranado)
Resolves: rhbz#444674