summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-12-01 09:55:11 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2008-12-01 09:55:11 +0100
commite5083f0e8b36b6f0a8a02463f55883bfeccbc5e1 (patch)
treefe3cbd137ef83c21df00f2a13d33394151a0e1f3
parentaaa2388b6ce27cf005e43e685ba3e51f28ec5604 (diff)
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 4a6d2ce1c..e409cc8a7 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.158
+Version: 11.1.2.159
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,10 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
+- The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
+ Resolves: rhbz:#468944
+
* Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
- Fix up ibft use cases (pjones).
- Partition requests can be None when populating the tree (dlehman).