rpms/anaconda/devel .cvsignore, 1.618, 1.619 anaconda.spec, 1.766, 1.767 sources, 1.752, 1.753

David Cantrell dcantrel at fedoraproject.org
Thu Mar 12 02:44:28 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* 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)
- Be explicit about resetting Disks' partedDisk attribute. (#489678)
  (dlehman)
- Deactivate devices after we've finished scanning them. (dlehman)
- Handle the case of removing an unallocated partition from the tree.
  (dlehman)
- Try again to set up LVs when we've just added a new PV to the VG. (dlehman)
- Set partition flags in format create/destroy execute methods. (dlehman)
- Make sure we use the newly committed parted.Partition after create.
  (dlehman)
- Make device teardown methods more resilient. (dlehman)
- Initialize storage in rescue mode so we can find roots (#488984). (clumens)
- We also need to pack up the extra args tuple, too. (clumens)
- doLoggingSetup keeps growing new arguments, so put them into a dict
  (#489709). (clumens)
- Fix anaconda udev rules to not require pre-existing device nodes (hdegoede)
- Hook up 'Shrink current system' dialog to new storage code. (dcantrell)
- Fix _getCheckArgs() in class FS. (dcantrell)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.618
retrieving revision 1.619
diff -u -r1.618 -r1.619
--- .cvsignore	11 Mar 2009 02:08:08 -0000	1.618
+++ .cvsignore	12 Mar 2009 02:43:54 -0000	1.619
@@ -1,2 +1,2 @@
 clog
-anaconda-11.5.0.27.tar.bz2
+anaconda-11.5.0.28.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.766
retrieving revision 1.767
diff -u -r1.766 -r1.767
--- anaconda.spec	11 Mar 2009 02:08:08 -0000	1.766
+++ anaconda.spec	12 Mar 2009 02:43:54 -0000	1.767
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.27
+Version: 11.5.0.28
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -211,6 +211,27 @@
 %endif
 
 %changelog
+* 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)
+- Be explicit about resetting Disks' partedDisk attribute. (#489678)
+  (dlehman)
+- Deactivate devices after we've finished scanning them. (dlehman)
+- Handle the case of removing an unallocated partition from the tree.
+  (dlehman)
+- Try again to set up LVs when we've just added a new PV to the VG. (dlehman)
+- Set partition flags in format create/destroy execute methods. (dlehman)
+- Make sure we use the newly committed parted.Partition after create.
+  (dlehman)
+- Make device teardown methods more resilient. (dlehman)
+- Initialize storage in rescue mode so we can find roots (#488984). (clumens)
+- We also need to pack up the extra args tuple, too. (clumens)
+- doLoggingSetup keeps growing new arguments, so put them into a dict
+  (#489709). (clumens)
+- Fix anaconda udev rules to not require pre-existing device nodes (hdegoede)
+- Hook up 'Shrink current system' dialog to new storage code. (dcantrell)
+- Fix _getCheckArgs() in class FS. (dcantrell)
+
 * Tue Mar 10 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.27-1
 - Fix action pruning to handle more complex scenarios. (dlehman)
 - Schedule destruction of any existing formatting along with the device.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.752
retrieving revision 1.753
diff -u -r1.752 -r1.753
--- sources	11 Mar 2009 02:08:09 -0000	1.752
+++ sources	12 Mar 2009 02:43:55 -0000	1.753
@@ -1 +1 @@
-879ed8bac110208e53fa2bce720f152c  anaconda-11.5.0.27.tar.bz2
+536948951ab4f18765d28751a167680f  anaconda-11.5.0.28.tar.bz2




More information about the fedora-extras-commits mailing list