rpms/anaconda/devel .cvsignore, 1.623, 1.624 anaconda.spec, 1.771, 1.772 sources, 1.757, 1.758

David Lehman dlehman at fedoraproject.org
Thu Mar 19 09:23:15 UTC 2009


Author: dlehman

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Thu Mar 19 2009 David Lehman <dlehman at redhat.com> - 11.5.0.33-1
- Rework the lvm dialog. (#490301,#490966,#490681,#489870) (dlehman)
- Improve chances of uniqueness from Storage.createSuggestedLVName. (dlehman)
- Fix pruning of destroy actions for preexisting devices. (dlehman)
- Devices should not be resizable unless they exist. (dlehman)
- Try to activate an existing md array after adding each member. (dlehman)
- Indicate filesystem is mountable if we have a mount command. (dcantrell)
- Mount existing filesystems read-only when getting size. (dcantrell)
- Fix some errors in the updates target. (dcantrell)
- Place all mount.* commands in /sbin (dcantrell)
- Fix error message reading and writing in doPwMount() (dcantrell)
- Use booleans in isys.mount() and isys.umount() (dcantrell)
- Add a FIXME comment for setting uuid in VG / LV create (hdegoede)
- Do not traceback when writing anaconda.ks with iscsi with auth info.
  (hdegoede)
- Do not write LV uuid to grub.conf, but the filesystem uuid (hdegoede)
- If a mountpoint depends on a network disk at _netdev to its fstab options
  (hdegoede)
- Do not hang when creating raid array with member having filesystem
  detected (#490891) (rvykydal)
- Destroy and create luks child of raid array too when editing in UI.
  (rvykydal)
- Editing non-existent raid device by destroying and creating actions
  (rvykydal)
- actionDestroyFormat call takes device, not format (rvykydal)
- Fix getChildren call in partition UI (rvykydal)
- Fix removing of devices with the same name from	tree when adding
  create action. (rvykydal)
- Do not duplicate requested minor number in edit raid UI list. (rvykydal)
- Offer available partitions when editing non-preexisting raid request.
  (rvykydal)
- Don't try to fit the whole StorageDevice.__str__ output into the UI
  (#490406). (clumens)
- Make PartitionDevice handle both normal and dmraid partitions (hdegoede)
- Stop overriding __init__ in DMRaidPartitionDevice (hdegoede)
- Set format UUID after creating a format (hdegoede)
- Fix result of updateSysfsPath to be consistent with initial sysfsPath
  values (hdegoede)
- Use getDevicesByInstance() for storage.partitions (hdegoede)
- We no longer use iscsiadm anywhere (hdegoede)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.623
retrieving revision 1.624
diff -u -r1.623 -r1.624
--- .cvsignore	18 Mar 2009 07:03:42 -0000	1.623
+++ .cvsignore	19 Mar 2009 09:22:44 -0000	1.624
@@ -1 +1,2 @@
-anaconda-11.5.0.32.tar.bz2
+clog
+anaconda-11.5.0.33.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.771
retrieving revision 1.772
diff -u -r1.771 -r1.772
--- anaconda.spec	18 Mar 2009 07:03:43 -0000	1.771
+++ anaconda.spec	19 Mar 2009 09:22:44 -0000	1.772
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.32
+Version: 11.5.0.33
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -212,6 +212,47 @@
 %endif
 
 %changelog
+* Thu Mar 19 2009 David Lehman <dlehman at redhat.com> - 11.5.0.33-1
+- Rework the lvm dialog. (#490301,#490966,#490681,#489870) (dlehman)
+- Improve chances of uniqueness from Storage.createSuggestedLVName. (dlehman)
+- Fix pruning of destroy actions for preexisting devices. (dlehman)
+- Devices should not be resizable unless they exist. (dlehman)
+- Try to activate an existing md array after adding each member. (dlehman)
+- Indicate filesystem is mountable if we have a mount command. (dcantrell)
+- Mount existing filesystems read-only when getting size. (dcantrell)
+- Fix some errors in the updates target. (dcantrell)
+- Place all mount.* commands in /sbin (dcantrell)
+- Fix error message reading and writing in doPwMount() (dcantrell)
+- Use booleans in isys.mount() and isys.umount() (dcantrell)
+- Add a FIXME comment for setting uuid in VG / LV create (hdegoede)
+- Do not traceback when writing anaconda.ks with iscsi with auth info.
+  (hdegoede)
+- Do not write LV uuid to grub.conf, but the filesystem uuid (hdegoede)
+- If a mountpoint depends on a network disk at _netdev to its fstab options
+  (hdegoede)
+- Do not hang when creating raid array with member having filesystem
+  detected (#490891) (rvykydal)
+- Destroy and create luks child of raid array too when editing in UI.
+  (rvykydal)
+- Editing non-existent raid device by destroying and creating actions
+  (rvykydal)
+- actionDestroyFormat call takes device, not format (rvykydal)
+- Fix getChildren call in partition UI (rvykydal)
+- Fix removing of devices with the same name from	tree when adding
+  create action. (rvykydal)
+- Do not duplicate requested minor number in edit raid UI list. (rvykydal)
+- Offer available partitions when editing non-preexisting raid request.
+  (rvykydal)
+- Don't try to fit the whole StorageDevice.__str__ output into the UI
+  (#490406). (clumens)
+- Make PartitionDevice handle both normal and dmraid partitions (hdegoede)
+- Stop overriding __init__ in DMRaidPartitionDevice (hdegoede)
+- Set format UUID after creating a format (hdegoede)
+- Fix result of updateSysfsPath to be consistent with initial sysfsPath
+  values (hdegoede)
+- Use getDevicesByInstance() for storage.partitions (hdegoede)
+- We no longer use iscsiadm anywhere (hdegoede)
+
 * Tue Mar 17 2009 Jesse Keating <jkeating at redhat.com> - 11.5.0.32-1
 - Typo fix. (clumens)
 - Make platform.checkBootRequest work better and not use diskset anymore. (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.757
retrieving revision 1.758
diff -u -r1.757 -r1.758
--- sources	18 Mar 2009 07:03:44 -0000	1.757
+++ sources	19 Mar 2009 09:22:44 -0000	1.758
@@ -1 +1 @@
-c74b9782ed9c3098f57596de1711a744  anaconda-11.5.0.32.tar.bz2
+21b5b09f30e4ad230d118866ef5c172a  anaconda-11.5.0.33.tar.bz2




More information about the fedora-extras-commits mailing list