summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-03-11 14:01:11 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2009-03-11 14:01:11 +0100
commita02cc61e61907142bf9f96117974f026155dd4ef (patch)
tree65e1d6db7f917c262663f87331190dd726287eb4
parentabe87a2085326af0e9e748b83e6de918d6126dee (diff)
downloadanaconda-a02cc61e61907142bf9f96117974f026155dd4ef.tar.gz
anaconda-a02cc61e61907142bf9f96117974f026155dd4ef.tar.xz
anaconda-a02cc61e61907142bf9f96117974f026155dd4ef.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 96dc98cb1..29472f02c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.99
+Version: 10.1.1.100
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
+* Wed Mar 11 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.100-1
+- Fix clamping of VG size in case when it is not sufficient for lvm metadata (rvykydal).
+ Resolves: rhbz:#489549
+
* Wed Mar 4 2009 Joel Granados <jgranados@redhat.com> - 10.1.1.99-1
- We have to first refresh the devices and _then_ set the protected list (msivak).
Resolves: rhbz:#461855