rpms/anaconda/devel .cvsignore, 1.697, 1.698 anaconda.spec, 1.847, 1.848 sources, 1.831, 1.832

Christopher Edward Lumens clumens at fedoraproject.org
Fri Jan 22 21:31:06 UTC 2010


Author: clumens

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15430

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -p -r1.697 -r1.698
--- .cvsignore	21 Jan 2010 02:59:02 -0000	1.697
+++ .cvsignore	22 Jan 2010 21:31:06 -0000	1.698
@@ -1 +1,2 @@
 anaconda-13.22.tar.bz2
+anaconda-13.23.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.847
retrieving revision 1.848
diff -u -p -r1.847 -r1.848
--- anaconda.spec	21 Jan 2010 02:59:02 -0000	1.847
+++ anaconda.spec	22 Jan 2010 21:31:06 -0000	1.848
@@ -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 <clumens at redhat.com> - 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 <dcantrell at redhat.com> - 13.22-1
 - Add mpath device to selection instead of its constituents. (pjones)
 - Make all StorageDevice-s support .vendor and .model (pjones)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.831
retrieving revision 1.832
diff -u -p -r1.831 -r1.832
--- sources	21 Jan 2010 02:59:02 -0000	1.831
+++ sources	22 Jan 2010 21:31:06 -0000	1.832
@@ -1 +1 @@
-8145df5d3563d374430dd0ab3abdcfd1  anaconda-13.22.tar.bz2
+febf1158df228faffb56c687f04a87b2  anaconda-13.23.tar.bz2



More information about the scm-commits mailing list