From 39662528f83c5907afafab704095865d7f1bcd34 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Fri, 22 Jan 2010 21:31:06 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + anaconda.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 56 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index aed595b..dc2bfc3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-13.22.tar.bz2 +anaconda-13.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 34e39df..1bd7d69 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.22 +Version: 13.23 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -216,6 +216,59 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Jan 22 2010 Chris Lumens - 13.23-1 +- Only /boot needs to be on one of the bootFSTypes. (#557718) (dlehman) +- nss files moved around again, NM needs more (#557702) (dcantrell) +- Fix broken log message. (pjones) +- MDRaidMember.__str__ add biosraid attribute to the returned string + (hdegoede) +- Remove setting of _isDisk and _partitionable from iscsi and fcoe disk code + (hdegoede) +- Add isDisk property to MDRaidArrayDevice (hdegoede) +- Make isDisk a property (hdegoede) +- Remove DMRaidDevice.mediaPresent method (hdegoede) +- Honor clearPartDisks when clearing whole disk formatting formatted disks + (hdegoede) +- Fixup MDRaidArrayDevice.biosraid (hdegoede) +- Update exclusiveDisks when handling mdraid BIOSRAID in isIgnored (hdegoede) +- MDRaidDevice does not have serial, vendor or bus arguments (hdegoede) +- Don't traceback on devices without a serial (hdegoede) +- Make addUdevPartitionDevice add lvm filters for ignored partitions + (hdegoede) +- Remove BIOSRAID see if ignored again code from addUdevPartitionDevice + (hdegoede) +- Remove special partition handling from isIgnored (hdegoede) +- Fix MDRaidArrayDevice mediaPresent to not depend on paritioned state + (hdegoede) +- Special handling for mdraid BIOS RAID sets in exclusive disks (hdegoede) +- 2 small mdraid related storage/udev.py changes (hdegoede) +- Fix an infinite loop by properly iterating over the disks store (#557856). + (clumens) +- Prevent init from telling us its story if the shutdown was planned. + (akozumpl) +- Add a description attribute to MDRaidArrayDevice (hdegoede) +- Don't do exclusiveDisks checking for BIOS RAID members (hdegoede) +- Fix a syntax error in filter_gui.py (hdegoede) +- Make multipath support use device-mapper-multipath to setup mpaths. + (pjones) +- Make PartitionDevice have its own teardown() when used with mpath. (pjones) +- Create multipath.conf (pjones) +- Make sure MultipathDevice is setup correctly. (pjones) +- List biosraids w/ disks and don't include them w/ md arrays in partgui. + (dlehman) +- Add biosraid property and use it in MDRaidArrayDevice.partitionable. + (dlehman) +- Make partitionable a property of StorageDevice instead of a plain attr. + (dlehman) +- Remove the multipath name generator, it is no longer used. (pjones) +- Set StorageDevice.exists before calling Device.__init__ (pjones) +- Add another command to .bash_history. (pjones) +- Introducing a proper syslog daemon allows us to remove the syslogd stub we + have. (akozumpl) +- Merge branch 'forward_all' (akozumpl) +- Python logging is talking to the syslog daemon. (akozumpl) +- make dracut only activate the root LV (#553295) (hdegoede) + * Wed Jan 20 2010 David Cantrell - 13.22-1 - Add mpath device to selection instead of its constituents. (pjones) - Make all StorageDevice-s support .vendor and .model (pjones) diff --git a/sources b/sources index d7cf1e1..311ba8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8145df5d3563d374430dd0ab3abdcfd1 anaconda-13.22.tar.bz2 +febf1158df228faffb56c687f04a87b2 anaconda-13.23.tar.bz2