summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-10-31 18:26:47 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2008-10-31 18:26:47 +0100
commitd965da841e99b6cc6b59a27f38d46981fb39d7b3 (patch)
treeb849ecd93e80549218874330b2a6bfad8a516537
parent0675365458bc00d5a7a0deb55c8ff83d897a82ce (diff)
downloadanaconda-d965da841e99b6cc6b59a27f38d46981fb39d7b3.tar.gz
anaconda-d965da841e99b6cc6b59a27f38d46981fb39d7b3.tar.xz
anaconda-d965da841e99b6cc6b59a27f38d46981fb39d7b3.zip
-rw-r--r--anaconda.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index db603d2cb..62e4ca2fe 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.151
+Version: 11.1.2.152
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,14 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
+- Prepare environemnt so the AutoDD is properly detected (msivak).
+ Resolves: rhbz:#316481
+- Don't write luks passphrases to anaconda-ks.cfg (dlehman).
+ Resolves: rhbz:#468907
+- Write zeros to remove metadata before running luksFormat (dlehman).
+ Resolves: rhbz:#469177
+
* Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
- Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
Resolves: rhbz#468755