summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-10-24 15:10:40 +0200
committerJoel Granados Moreno <jgranado@redhat.com>2008-10-24 15:10:40 +0200
commit47ae0abc17092118b1c19469ff60458055ec45ab (patch)
treeb61e9f5f1034ab7e976962ec2be0c3868e20ecd1
parentedaa011aec9d5b72d701dd072e39755958dc8c28 (diff)
downloadanaconda-47ae0abc17092118b1c19469ff60458055ec45ab.tar.gz
anaconda-47ae0abc17092118b1c19469ff60458055ec45ab.tar.xz
anaconda-47ae0abc17092118b1c19469ff60458055ec45ab.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index fa864c2ad..1829c5217 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.147
+Version: 11.1.2.148
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,10 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
+- Probe the devices to populate cache for DD routines (msivak).
+ Resolves: rhbz:#316481
+
* Thu Oct 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.147-1
- Dont execute the extra information message for all the devices (jgranado).
Resolves: rhbz:#466291