summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-02-23 19:04:25 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2009-02-23 19:04:25 +0100
commite9539fe1006ed7025b5826b06c34aa235f166e83 (patch)
tree8ea8c320d262da9818cb215f389f5ac09267c45b
parent7f5afa4aed5c6e65a1da0f49f7f12649ce2e6432 (diff)
downloadanaconda-10.1.1.97-1.tar.gz
anaconda-10.1.1.97-1.tar.xz
anaconda-10.1.1.97-1.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 59932d29a..3fcc3e4a1 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.96
+Version: 10.1.1.97
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
+* Mon Feb 23 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.97-1
+- LVM VG size is not same as the device where PV is (jgranado).
+ Resolves: rhbz:#480793
+
* Wed Feb 4 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.96-1
- Don't show the root password dialog, make patch work better (msivak).
Resolves: rhbz:#481597