rpms/anaconda/devel .cvsignore, 1.627, 1.628 anaconda.spec, 1.775, 1.776 sources, 1.761, 1.762

David Cantrell dcantrel at fedoraproject.org
Wed Mar 25 01:44:52 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Tue Mar 24 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.37-1
- Start with a basic /etc/hosts file (#491634) (dcantrell)
- Do not flag every existing partition for resize (#491803) (dcantrell)
- Remove unused noformatCB() function. (dcantrell)
- Remove unnecessary istruefalse() function. (dcantrell)
- Build new _isys.so for updates.img if needed. (dcantrell)
- Get the UUID of each md array we create. (#491796) (dlehman)
- Call udev_settle after committing changes to a disk (#491529) (hdegoede)
- Be a little bit smarter about allocating space to grow parts. (#491761)
  (dlehman)
- Check that partition is on the disk before trying to remove it. (#491997)
  (dlehman)
- Work around a bug in mdadm incremental assembly. (dlehman)
- Use the same units (MB) for extent size that we do for everything else.
  (dlehman)
- Put line breaks in between crypttab entries. (#491938) (dlehman)
- Register the NoDevFS class. (clumens)
- fslabels -> labels. (clumens)
- NFSDevice does not take exists= as a parameter. (clumens)
- Override _setDevice and _getDevice in NFS. (clumens)
- Move resolveDevice into the DeviceTree class. (clumens)
- Move most of the parseFSTab logic into its own function. (clumens)
- We don't even use partedUtils in this module. (clumens)
- PReP formats can never be active. (#491865) (dlehman)
- Move protectedPartition setup into storageInitialize (#491781). (clumens)
- Use the mount and unmount methods on OpticalDevice.format now. (clumens)
- Add a format for ISO9660 filesystems. (clumens)
- getDeviceByName does not expect the CD device to start with "/dev/"
  (#491768). (clumens)
- Write the same arch to .discinfo as iutil.getArch() gives us (#490977).
  (clumens)
- Don't remove partitions twice. (jgranado)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.627
retrieving revision 1.628
diff -u -r1.627 -r1.628
--- .cvsignore	24 Mar 2009 04:31:07 -0000	1.627
+++ .cvsignore	25 Mar 2009 01:44:20 -0000	1.628
@@ -1,2 +1,2 @@
 clog
-anaconda-11.5.0.36.tar.bz2
+anaconda-11.5.0.37.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.775
retrieving revision 1.776
diff -u -r1.775 -r1.776
--- anaconda.spec	24 Mar 2009 04:31:07 -0000	1.775
+++ anaconda.spec	25 Mar 2009 01:44:20 -0000	1.776
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.36
+Version: 11.5.0.37
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -212,6 +212,39 @@
 %endif
 
 %changelog
+* Tue Mar 24 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.37-1
+- Start with a basic /etc/hosts file (#491634) (dcantrell)
+- Do not flag every existing partition for resize (#491803) (dcantrell)
+- Remove unused noformatCB() function. (dcantrell)
+- Remove unnecessary istruefalse() function. (dcantrell)
+- Build new _isys.so for updates.img if needed. (dcantrell)
+- Get the UUID of each md array we create. (#491796) (dlehman)
+- Call udev_settle after committing changes to a disk (#491529) (hdegoede)
+- Be a little bit smarter about allocating space to grow parts. (#491761)
+  (dlehman)
+- Check that partition is on the disk before trying to remove it. (#491997)
+  (dlehman)
+- Work around a bug in mdadm incremental assembly. (dlehman)
+- Use the same units (MB) for extent size that we do for everything else.
+  (dlehman)
+- Put line breaks in between crypttab entries. (#491938) (dlehman)
+- Register the NoDevFS class. (clumens)
+- fslabels -> labels. (clumens)
+- NFSDevice does not take exists= as a parameter. (clumens)
+- Override _setDevice and _getDevice in NFS. (clumens)
+- Move resolveDevice into the DeviceTree class. (clumens)
+- Move most of the parseFSTab logic into its own function. (clumens)
+- We don't even use partedUtils in this module. (clumens)
+- PReP formats can never be active. (#491865) (dlehman)
+- Move protectedPartition setup into storageInitialize (#491781). (clumens)
+- Use the mount and unmount methods on OpticalDevice.format now. (clumens)
+- Add a format for ISO9660 filesystems. (clumens)
+- getDeviceByName does not expect the CD device to start with "/dev/"
+  (#491768). (clumens)
+- Write the same arch to .discinfo as iutil.getArch() gives us (#490977).
+  (clumens)
+- Don't remove partitions twice. (jgranado)
+
 * Mon Mar 23 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.36-1
 - Add EFI, Apple Bootstrap, and PPC PReP Boot formats. (dlehman)
 - Remove all implicit calls to self.format.destroy from Device classes.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.761
retrieving revision 1.762
diff -u -r1.761 -r1.762
--- sources	24 Mar 2009 04:31:07 -0000	1.761
+++ sources	25 Mar 2009 01:44:20 -0000	1.762
@@ -1 +1 @@
-7090bcea5c860b5ad31e5eca3f30f193  anaconda-11.5.0.36.tar.bz2
+7a8e4a697f0857ccf1016b0dd46ec6e5  anaconda-11.5.0.37.tar.bz2




More information about the fedora-extras-commits mailing list