rpms/anaconda/devel .cvsignore, 1.631, 1.632 anaconda.spec, 1.779, 1.780 sources, 1.765, 1.766

David Cantrell dcantrel at fedoraproject.org
Wed Apr 8 03:46:14 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Tue Apr 07 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.41-1
- Make sure we have a clean lvm ignore list when we initialize. (jgranado)
- We need to search by name without the "mapper" prefix. (jgranado)
- Create a min_max constraint to avoid alignments issues. (jgranado)
- Don't exit the installer from filesystem errors. (dlehman)
- Try not to raise exceptions from minSize calculators. (dlehman)
- Don't traceback when PVs are encrypted or are not partitions. (dlehman)
- Adjust device dependencies when backing out device encryption. (#493257)
  (dlehman)
- Include filesystem type in mount log message. (dlehman)
- Load filesystem modules on demand (#490795, #494108). (clumens)
- Use existing partitions when --onpart is used for PVs or raid members
  (#493065) (rvykydal)
- Raise message, not exception when size set in LV dialog is too big.
  (rvykydal)
- Raise an error when remofing an extended part with logical parts.
  (jgranado)
- Esthetic changes to storage/partitioning.py. (jgranado)
- dmraid.py is no longer being used by anything, so remove it. (clumens)
- Remove partedUtils.py. (clumens)
- This is the only place isEfiSystemPartition is used, so pull it in.
  (clumens)
- getReleaseString now lives in the storage module. (clumens)
- Stop lying about our support for dmraid and multipath in kickstart.
  (clumens)
- Remove some old, unused code that also uses biosGeometry. (clumens)
- For very small disks, don't try to display a stripe in the graph
  (#480484). (clumens)
- Fix reading the console= parameter from the cmdline (#490731). (clumens)
- For dmraid partititons device node name != name (hdegoede)
- When a partition request gets unallocated, set the name back to req#
  (hdegoede)
- Do not use getPartitionByPath() in allocatePartitions() (hdegoede)
- Remove no longer used iscsi_get_node_record function (hdegoede)
- Try to handle devices which live in a subdir of /dev properly (hdegoede)
- Split DeviceTree.addUdevDevice into several smaller methods. (dlehman)
- Don't traceback from failure finding minimum fs size. (#494070) (dlehman)
- udev_settle after format teardown to avoid EBUSY on device teardown.
  (#492670) (dlehman)
- Add a parted.Device attribute to all existing StorageDevices. (dlehman)
- If no partitioning commands are given, apply the UI selections (#490880).
  (clumens)
- Update font package names for ml_IN, si_LK, etc. (#493792, #493794).
  (clumens)
- Fix a typo in the city name for Nepali (#493803). (clumens)
- Fix writing out the partition= line on PPC (#492732). (clumens)
- Do not check size when adding LV to growing VG (bug #492264) (rvykydal)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -r1.631 -r1.632
--- .cvsignore	3 Apr 2009 03:27:40 -0000	1.631
+++ .cvsignore	8 Apr 2009 03:45:43 -0000	1.632
@@ -1,2 +1,2 @@
 clog
-anaconda-11.5.0.40.tar.bz2
+anaconda-11.5.0.41.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.779
retrieving revision 1.780
diff -u -r1.779 -r1.780
--- anaconda.spec	3 Apr 2009 03:27:40 -0000	1.779
+++ anaconda.spec	8 Apr 2009 03:45:43 -0000	1.780
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.40
+Version: 11.5.0.41
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -213,6 +213,54 @@
 %endif
 
 %changelog
+* Tue Apr 07 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.41-1
+- Make sure we have a clean lvm ignore list when we initialize. (jgranado)
+- We need to search by name without the "mapper" prefix. (jgranado)
+- Create a min_max constraint to avoid alignments issues. (jgranado)
+- Don't exit the installer from filesystem errors. (dlehman)
+- Try not to raise exceptions from minSize calculators. (dlehman)
+- Don't traceback when PVs are encrypted or are not partitions. (dlehman)
+- Adjust device dependencies when backing out device encryption. (#493257)
+  (dlehman)
+- Include filesystem type in mount log message. (dlehman)
+- Load filesystem modules on demand (#490795, #494108). (clumens)
+- Use existing partitions when --onpart is used for PVs or raid members
+  (#493065) (rvykydal)
+- Raise message, not exception when size set in LV dialog is too big.
+  (rvykydal)
+- Raise an error when remofing an extended part with logical parts.
+  (jgranado)
+- Esthetic changes to storage/partitioning.py. (jgranado)
+- dmraid.py is no longer being used by anything, so remove it. (clumens)
+- Remove partedUtils.py. (clumens)
+- This is the only place isEfiSystemPartition is used, so pull it in.
+  (clumens)
+- getReleaseString now lives in the storage module. (clumens)
+- Stop lying about our support for dmraid and multipath in kickstart.
+  (clumens)
+- Remove some old, unused code that also uses biosGeometry. (clumens)
+- For very small disks, don't try to display a stripe in the graph
+  (#480484). (clumens)
+- Fix reading the console= parameter from the cmdline (#490731). (clumens)
+- For dmraid partititons device node name != name (hdegoede)
+- When a partition request gets unallocated, set the name back to req#
+  (hdegoede)
+- Do not use getPartitionByPath() in allocatePartitions() (hdegoede)
+- Remove no longer used iscsi_get_node_record function (hdegoede)
+- Try to handle devices which live in a subdir of /dev properly (hdegoede)
+- Split DeviceTree.addUdevDevice into several smaller methods. (dlehman)
+- Don't traceback from failure finding minimum fs size. (#494070) (dlehman)
+- udev_settle after format teardown to avoid EBUSY on device teardown.
+  (#492670) (dlehman)
+- Add a parted.Device attribute to all existing StorageDevices. (dlehman)
+- If no partitioning commands are given, apply the UI selections (#490880).
+  (clumens)
+- Update font package names for ml_IN, si_LK, etc. (#493792, #493794).
+  (clumens)
+- Fix a typo in the city name for Nepali (#493803). (clumens)
+- Fix writing out the partition= line on PPC (#492732). (clumens)
+- Do not check size when adding LV to growing VG (bug #492264) (rvykydal)
+
 * Thu Apr 02 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.40-1
 - Don't let device names affect action order in general case. (dlehman)
 - Round up when aligning to pesize for space used. (#493656) (dlehman)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.765
retrieving revision 1.766
diff -u -r1.765 -r1.766
--- sources	3 Apr 2009 03:27:41 -0000	1.765
+++ sources	8 Apr 2009 03:45:44 -0000	1.766
@@ -1 +1 @@
-b598cf0206e4cc22b4f9c75261435997  anaconda-11.5.0.40.tar.bz2
+5d99978597686952c69db9f332c24bf7  anaconda-11.5.0.41.tar.bz2




More information about the fedora-extras-commits mailing list