diff --git a/.cvsignore b/.cvsignore index e5ed7bb..04dd3b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-13.1.tar.bz2 +anaconda-13.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 935db3c..6891044 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.1 +Version: 13.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -111,7 +111,7 @@ Requires: libbdevid-python Requires: libuser-python Requires: newt-python Requires: authconfig -Requires: system-config-firewall +Requires: system-config-firewall-base Requires: cryptsetup-luks Requires: python-cryptsetup >= %{pythoncryptsetupver} Requires: mdadm @@ -216,6 +216,28 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Oct 08 2009 Radek Vykydal - 13.2-1 +- Override fstabSpec in PartitionDevice for by-path DASD (#526364). (dcantrell) +- Create DASDDevice objects for DASD devices when building devicetree. + (dcantrell) +- Add udev_device_is_dasd() to detect DASD devices. (dcantrell) +- Change existing call to deviceNameToDiskByPath(). (dcantrell) +- Make storage.devices.deviceNameToDiskByPath() more robust. (dcantrell) +- Do not copy over 70-persistent.rules if instPath is '' (#527707) (dcantrell) +- Filter out 'Sending translation for' log messages in bumpver. (dcantrell) +- Don't copy _raidSet, but merely pass around a reference (hdegoede) +- Action...Format setup device before modifying the partition table (hdegoede) +- map() -> filter() in storage.writeEscrowPackets() (dcantrell) +- lokkit has moved to a subpackage, so require that (#523709). (clumens) +- Stop trying to run xrandr (#527678). (clumens) +- Only initialize escrow packet code if there's devices that need it (#527668). + (clumens) +- On lookup of a PartedDevice also check for _ped.DeviceException (#527699) + (hdegoede) +- Set related ayum attributes if media is found when editing methodstr + (#515441). (rvykydal) +- In repo editing UI do not use object we are creating (#515441). (rvykydal) + * Tue Oct 06 2009 David Cantrell - 13.1-1 - Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman) - Have redhat.exec reference generic.prm, not redhat.parm (dcantrell) diff --git a/sources b/sources index b6cf561..19a007f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39b2327f1dcca63548c44ee546e0911f anaconda-13.1.tar.bz2 +a0fdb9df53469b32ce860f6525b4a00f anaconda-13.2.tar.bz2