summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-06 17:10:34 -0400
committerChris Lumens <clumens@redhat.com>2009-07-06 17:10:34 -0400
commit0c54f34779a2bc3b5ce048ba50ec1abeffd9f124 (patch)
tree2ae217207c310c2213c47439fcc8185127cf3969 /anaconda.spec.in
parent4ed7e26765d656e07482932b85921586ea24b4bd (diff)
downloadanaconda-0c54f34779a2bc3b5ce048ba50ec1abeffd9f124.tar.gz
anaconda-0c54f34779a2bc3b5ce048ba50ec1abeffd9f124.tar.xz
anaconda-0c54f34779a2bc3b5ce048ba50ec1abeffd9f124.zip
New version.anaconda-12.1-1
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 5bd485af5..7baa9c328 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -213,6 +213,15 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Mon Jul 06 2009 Chris Lumens <clumens@redhat.com> - 12.1-1
+- Include the rest of the libs isys needs to link against (#509572).
+ (clumens)
+- Add FCoE disks to the devicetree with a type of FcoeDiskDevice (hdegoede)
+- Add FcoeDiskDevice class to storage/devices.py (hdegoede)
+- Add FCoE support to storage/udev.py (hdegoede)
+- Write out configuration of FCoE to installed system (hdegoede)
+- Initial FCoE support (hdegoede)
+
* Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 12.0-1
- network --bootproto no longer implies DHCP. (clumens)
- Don't unconditionally skip the network config screen in kickstart. (clumens)