rpms/anaconda/devel .cvsignore, 1.619, 1.620 anaconda.spec, 1.767, 1.768 sources, 1.753, 1.754

David Lehman dlehman at fedoraproject.org
Fri Mar 13 04:39:41 UTC 2009


Author: dlehman

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Thu Mar 12 2009 David Lehman <dlehman at redhat.com> - 11.5.0.29-1
- Don't create a PartitionDevice for devices that do not exist (#489122).
  (clumens)
- A getter doesn't usually take a parameter (#489965). (clumens)
- Do not write "Running..." to stdout, as that could be tty1. (clumens)
- Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615)
  (dlehman)
- Fix typo. (jgranado)
- Fix typo. (dlehman)
- Add udev rules for handling for mdraid arrays. (dlehman)
- Honor the zerombr kickstart directive. (dlehman)
- currentSize is expected to be a float, so convert it to one (#489882).
  (clumens)
- It's clearPartDisks, not clearPartDrives. (clumens)
- Get rid of the mappings and ksID as well. (clumens)
- Make sure the device has a diskType before attempting to check what it is.
  (clumens)
- Update the volgroup command to work with the new storage code. (clumens)
- Update the raid command to work with the new storage code. (clumens)
- Update the part command to work with the new storage code. (clumens)
- Update the logvol command to work with the new storage code. (clumens)
- addPartRequest is no longer needed. (clumens)
- Don't set default partitioning in every kickstart case. (clumens)
- Clear partitions before scheduling requests. (clumens)
- Always go through doAutoPart. (clumens)
- Format modules import fix (mgracik)
- Fixed the format modules import (mgracik)
- Allow overriding the anaconda udev rules from an updates.img (hdegoede)
- If a pv somehow does not contain a vg_name, do not try to get other vg
  info (hdegoede)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -r1.619 -r1.620
--- .cvsignore	12 Mar 2009 02:43:54 -0000	1.619
+++ .cvsignore	13 Mar 2009 04:39:09 -0000	1.620
@@ -1,2 +1,2 @@
 clog
-anaconda-11.5.0.28.tar.bz2
+anaconda-11.5.0.29.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.767
retrieving revision 1.768
diff -u -r1.767 -r1.768
--- anaconda.spec	12 Mar 2009 02:43:54 -0000	1.767
+++ anaconda.spec	13 Mar 2009 04:39:09 -0000	1.768
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.28
+Version: 11.5.0.29
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -211,6 +211,37 @@
 %endif
 
 %changelog
+* Thu Mar 12 2009 David Lehman <dlehman at redhat.com> - 11.5.0.29-1
+- Don't create a PartitionDevice for devices that do not exist (#489122).
+  (clumens)
+- A getter doesn't usually take a parameter (#489965). (clumens)
+- Do not write "Running..." to stdout, as that could be tty1. (clumens)
+- Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615)
+  (dlehman)
+- Fix typo. (jgranado)
+- Fix typo. (dlehman)
+- Add udev rules for handling for mdraid arrays. (dlehman)
+- Honor the zerombr kickstart directive. (dlehman)
+- currentSize is expected to be a float, so convert it to one (#489882).
+  (clumens)
+- It's clearPartDisks, not clearPartDrives. (clumens)
+- Get rid of the mappings and ksID as well. (clumens)
+- Make sure the device has a diskType before attempting to check what it is.
+  (clumens)
+- Update the volgroup command to work with the new storage code. (clumens)
+- Update the raid command to work with the new storage code. (clumens)
+- Update the part command to work with the new storage code. (clumens)
+- Update the logvol command to work with the new storage code. (clumens)
+- addPartRequest is no longer needed. (clumens)
+- Don't set default partitioning in every kickstart case. (clumens)
+- Clear partitions before scheduling requests. (clumens)
+- Always go through doAutoPart. (clumens)
+- Format modules import fix (mgracik)
+- Fixed the format modules import (mgracik)
+- Allow overriding the anaconda udev rules from an updates.img (hdegoede)
+- If a pv somehow does not contain a vg_name, do not try to get other vg
+  info (hdegoede)
+
 * Wed Mar 11 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.28-1
 - Fix a few bugs in the lvm dialog. (#489022) (dlehman)
 - Modify livecd.py to work with new storage backend. (dlehman)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -r1.753 -r1.754
--- sources	12 Mar 2009 02:43:55 -0000	1.753
+++ sources	13 Mar 2009 04:39:09 -0000	1.754
@@ -1 +1 @@
-536948951ab4f18765d28751a167680f  anaconda-11.5.0.28.tar.bz2
+218ceb82129d815cf9f97c7653783896  anaconda-11.5.0.29.tar.bz2




More information about the fedora-extras-commits mailing list