summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-05 17:18:17 -0500
committerChris Lumens <clumens@redhat.com>2008-11-05 17:18:17 -0500
commited30b77c7f89280f77fade970b7e29b0179c7317 (patch)
tree233122564cefc6d5295d481a53e941011a98b80f
parent3a530a077e7da8795c1efc8ebbda9e1c03cb50a9 (diff)
downloadanaconda-ed30b77c7f89280f77fade970b7e29b0179c7317.tar.gz
anaconda-ed30b77c7f89280f77fade970b7e29b0179c7317.tar.xz
anaconda-ed30b77c7f89280f77fade970b7e29b0179c7317.zip
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index ca3b3f304..678b35d1b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.153
+Version: 11.1.2.154
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,12 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
+- Include the new fnic driver (jgranado).
+ Related: rhbz#462387
+- Run the busProbe after we have all driver disks loaded (msivak).
+ Related: rhbz#316481
+
* Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
- Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
Resolves: rhbz:#469873