summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-10-28 18:23:48 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2008-10-28 18:23:48 +0100
commit99d788557011839ce52d4daadaf83c97b1e66428 (patch)
tree68350ed86ab3388c3ba142d353d47a618377e82e
parentd9a79677aa032dd126a9bf84785f4c8943ddd00c (diff)
downloadanaconda-99d788557011839ce52d4daadaf83c97b1e66428.tar.gz
anaconda-99d788557011839ce52d4daadaf83c97b1e66428.tar.xz
anaconda-99d788557011839ce52d4daadaf83c97b1e66428.zip
-rw-r--r--anaconda.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 1829c5217..707a787f1 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.148
+Version: 11.1.2.149
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,16 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
+- Actually use the stderr parameter instead of duping to stdout (dlehman).
+ Resolves: rhbz:#467289
+- Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
+ Related: rhbz:#253075
+- Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
+ Related: rhbz:#253075
+- Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
+ Related: rhbz:#253075
+
* Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
- Probe the devices to populate cache for DD routines (msivak).
Resolves: rhbz:#316481