rpms/anaconda/devel .cvsignore, 1.616, 1.617 anaconda.spec, 1.764, 1.765 sources, 1.750, 1.751

David Cantrell dcantrel at fedoraproject.org
Tue Mar 10 04:42:47 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Mon Mar 09 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.26-1
- Move the recursive teardown of all devices out of processActions. (dlehman)
- Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries. (dlehman)
- Fix several minor bugs preventing upgrade/rescue mount. (#488946) (dlehman)
- Only populate the device tree on demand. (dlehman)
- Prune actions by device based on path, not object-id. (dlehman)
- Rewrite action sort so it works correctly. (dlehman)
- Do a separate disk.commit for each partition add/remove. (dlehman)
- Fix bug keeping track of best free region/type/disk info. (dlehman)
- Return early if doAutoPart is False, but clearpart first if kickstart.
  (dlehman)
- Recognize PS3 as a valid machine type (#489263). (clumens)
- Move the mdRaidBootArches logic into the platform module. (clumens)
- stdout and stderr may also need to be created. (clumens)
- Fix booty for dmraid (hdegoede)
- It's self.origrequest, not self.origreqest (#489036). (clumens)
- Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.py
  (mgracik)
- Start storage before parsing the kickstart file. (clumens)
- Make sure autopart without any clearpart command will fail. (clumens)
- Update storage flag on ks autopart (rvykydal)
- Use correct storage attribute for ks clearpart (rvykydal)
- Catch the new _ped.DiskLabelException for unrecognized disklabels.
  (dlehman)
- Catch all failures from making parted objects in exceptionDisks. (dlehman)
- various dmraid fixes. (jgranado)
- Implement the format disk question as a callback. (jgranado)
- Add dmraid functionality to new storage code. (jgranado)
- Do not pass None values into nonmandatory arguments, you are screwing the
  default values.. (msivak)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -r1.616 -r1.617
--- .cvsignore	6 Mar 2009 01:44:43 -0000	1.616
+++ .cvsignore	10 Mar 2009 04:42:16 -0000	1.617
@@ -1,2 +1,2 @@
 clog
-anaconda-11.5.0.25.tar.bz2
+anaconda-11.5.0.26.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.764
retrieving revision 1.765
diff -u -r1.764 -r1.765
--- anaconda.spec	10 Mar 2009 04:16:00 -0000	1.764
+++ anaconda.spec	10 Mar 2009 04:42:16 -0000	1.765
@@ -2,8 +2,8 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.25
-Release: 2
+Version: 11.5.0.26
+Release: 1
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -211,8 +211,36 @@
 %endif
 
 %changelog
-* Tue Mar 10 2009 Peter Jones <pjones at redhat.com> - 11.5.0.25-2
-- Update EFI CD booting code in mk-images (pjones)
+* Mon Mar 09 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.26-1
+- Move the recursive teardown of all devices out of processActions. (dlehman)
+- Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries. (dlehman)
+- Fix several minor bugs preventing upgrade/rescue mount. (#488946) (dlehman)
+- Only populate the device tree on demand. (dlehman)
+- Prune actions by device based on path, not object-id. (dlehman)
+- Rewrite action sort so it works correctly. (dlehman)
+- Do a separate disk.commit for each partition add/remove. (dlehman)
+- Fix bug keeping track of best free region/type/disk info. (dlehman)
+- Return early if doAutoPart is False, but clearpart first if kickstart.
+  (dlehman)
+- Recognize PS3 as a valid machine type (#489263). (clumens)
+- Move the mdRaidBootArches logic into the platform module. (clumens)
+- stdout and stderr may also need to be created. (clumens)
+- Fix booty for dmraid (hdegoede)
+- It's self.origrequest, not self.origreqest (#489036). (clumens)
+- Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.py
+  (mgracik)
+- Start storage before parsing the kickstart file. (clumens)
+- Make sure autopart without any clearpart command will fail. (clumens)
+- Update storage flag on ks autopart (rvykydal)
+- Use correct storage attribute for ks clearpart (rvykydal)
+- Catch the new _ped.DiskLabelException for unrecognized disklabels.
+  (dlehman)
+- Catch all failures from making parted objects in exceptionDisks. (dlehman)
+- various dmraid fixes. (jgranado)
+- Implement the format disk question as a callback. (jgranado)
+- Add dmraid functionality to new storage code. (jgranado)
+- Do not pass None values into nonmandatory arguments, you are screwing the
+  default values.. (msivak)
 
 * Thu Mar 05 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.25-1
 - Schedule device destroy actions for partitions last. (dlehman)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.750
retrieving revision 1.751
diff -u -r1.750 -r1.751
--- sources	6 Mar 2009 01:44:44 -0000	1.750
+++ sources	10 Mar 2009 04:42:17 -0000	1.751
@@ -1 +1 @@
-1b28850bf72438f98f3c3334f9467f7e  anaconda-11.5.0.25.tar.bz2
+f0ce719ba3774013022d96018bab0813  anaconda-11.5.0.26.tar.bz2




More information about the fedora-extras-commits mailing list