diff --git a/.cvsignore b/.cvsignore index 8bdf190..dda69c3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-11.5.0.53.tar.bz2 anaconda-12.0.tar.bz2 +anaconda-12.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index e37422c..81230d0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 12.0 +Version: 12.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -213,6 +213,15 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Jul 06 2009 Chris Lumens - 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 - 12.0-1 - network --bootproto no longer implies DHCP. (clumens) - Don't unconditionally skip the network config screen in kickstart. (clumens) diff --git a/sources b/sources index 28c43e4..59c1c97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecfcaff8232b2408e2469a0b82a97350 anaconda-12.0.tar.bz2 +5b0e05c551d0b9c284b18ecb4464f1d5 anaconda-12.1.tar.bz2