summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-02-04 18:11:42 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2009-02-04 18:11:42 +0100
commit53ae09deb23d9110d322d4bf28c98376f4dc20cc (patch)
tree6c39ed8252613e151fb49a2876aad73118833581
parent01b76b76ceae9661e8a8be5d6a236ec11c701296 (diff)
downloadanaconda-53ae09deb23d9110d322d4bf28c98376f4dc20cc.tar.gz
anaconda-53ae09deb23d9110d322d4bf28c98376f4dc20cc.tar.xz
anaconda-53ae09deb23d9110d322d4bf28c98376f4dc20cc.zip
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index e33b87268..59932d29a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.95
+Version: 10.1.1.96
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
+* 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
+- Clamp the lv size on LV device creation (jgranados).
+ Resolves: rhbz:#480793
+
* 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