summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-01-30 15:32:00 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2009-01-30 15:32:00 +0100
commitb8023a175e7683ba3fbfb5b66d630b4d75110f2c (patch)
tree6f0b7cafcef470d7a46cab2ffa00f90068889e4d
parent75686e14147a0f37700eade5f9441c75796d916a (diff)
downloadanaconda-b8023a175e7683ba3fbfb5b66d630b4d75110f2c.tar.gz
anaconda-b8023a175e7683ba3fbfb5b66d630b4d75110f2c.tar.xz
anaconda-b8023a175e7683ba3fbfb5b66d630b4d75110f2c.zip
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 6d2b7dd94..e33b87268 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.94
+Version: 10.1.1.95
Release: 1
License: GPL
Summary: Graphical system installer
@@ -77,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Jan 30 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.95-1
+- Avoid devices where the lvm metadata is not present (jgranado).
+ Resolves: rhbz:#481698
+- Don't show the root password dialog, password was provided by ks file (msivak).
+ Resolves: rhbz:#481597
+
* Tue Jan 27 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.94-1
- Remove missing PVs before removing obsolete VG (jgranado).
Resolves: rhbz:#481698