rpms/anaconda/devel .cvsignore, 1.620, 1.621 anaconda.spec, 1.768, 1.769 sources, 1.754, 1.755

David Lehman dlehman at fedoraproject.org
Fri Mar 13 22:30:10 UTC 2009


Author: dlehman

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Fri Mar 13 2009 David Lehman <dlehman at redhat.com> - 11.5.0.30-1
- Fix supportable attribute for cmdline-enabled fstypes. (dlehman)
- Access private attribute for luks dict. (dlehman)
- Schedule format create for newly encrypted preexisting partition. (dlehman)
- Don't traceback if vg.teardown fails in recursive teardown. (dlehman)
- Schedule format create action for newly encrypted preexisting LV. (dlehman)
- Make sure we return something other than None for new requests. (dlehman)
- Add __str__ methods to Device objects. (clumens)
- Add mediaPresent and eject to the OpticalDevice class. (clumens)
- Use the right import path for checkbootloader (#490049). (clumens)
- Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens)
- Don't clear partitions containing the install media. (dlehman)
- Wait til everyone knows the format/fs is no longer active. (dlehman)
- Save a copy of the device stack so we can destroy the format. (#489975)
  (dlehman)
- Add a deep copy method to Device since we can't just use copy.deepcopy.
  (dlehman)
- Fix infinite loops in partition screen populate. (#490051) (dlehman)
- Default to a name based on the uuid for existing luks mappings. (dlehman)
- Use the correct keyword for luks map names ('name', not 'mapName').
  (dlehman)
- Fix getting of number of total devices of sw raid. (rvykydal)
- Only select the Core group in text mode (#488754). (clumens)
- Added test case for devicelib mdraid.py. (mgracik)
- Add created user to default group created for the user. (rvykydal)
- Fix editing of existing logical volume. (rvykydal)
- Add a list that lvm should ignore. (jgranado)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -r1.620 -r1.621
--- .cvsignore	13 Mar 2009 04:39:09 -0000	1.620
+++ .cvsignore	13 Mar 2009 22:29:38 -0000	1.621
@@ -1,2 +1,2 @@
 clog
-anaconda-11.5.0.29.tar.bz2
+anaconda-11.5.0.30.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.768
retrieving revision 1.769
diff -u -r1.768 -r1.769
--- anaconda.spec	13 Mar 2009 04:39:09 -0000	1.768
+++ anaconda.spec	13 Mar 2009 22:29:38 -0000	1.769
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.29
+Version: 11.5.0.30
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -211,6 +211,34 @@
 %endif
 
 %changelog
+* Fri Mar 13 2009 David Lehman <dlehman at redhat.com> - 11.5.0.30-1
+- Fix supportable attribute for cmdline-enabled fstypes. (dlehman)
+- Access private attribute for luks dict. (dlehman)
+- Schedule format create for newly encrypted preexisting partition. (dlehman)
+- Don't traceback if vg.teardown fails in recursive teardown. (dlehman)
+- Schedule format create action for newly encrypted preexisting LV. (dlehman)
+- Make sure we return something other than None for new requests. (dlehman)
+- Add __str__ methods to Device objects. (clumens)
+- Add mediaPresent and eject to the OpticalDevice class. (clumens)
+- Use the right import path for checkbootloader (#490049). (clumens)
+- Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens)
+- Don't clear partitions containing the install media. (dlehman)
+- Wait til everyone knows the format/fs is no longer active. (dlehman)
+- Save a copy of the device stack so we can destroy the format. (#489975)
+  (dlehman)
+- Add a deep copy method to Device since we can't just use copy.deepcopy.
+  (dlehman)
+- Fix infinite loops in partition screen populate. (#490051) (dlehman)
+- Default to a name based on the uuid for existing luks mappings. (dlehman)
+- Use the correct keyword for luks map names ('name', not 'mapName').
+  (dlehman)
+- Fix getting of number of total devices of sw raid. (rvykydal)
+- Only select the Core group in text mode (#488754). (clumens)
+- Added test case for devicelib mdraid.py. (mgracik)
+- Add created user to default group created for the user. (rvykydal)
+- Fix editing of existing logical volume. (rvykydal)
+- Add a list that lvm should ignore. (jgranado)
+
 * Thu Mar 12 2009 David Lehman <dlehman at redhat.com> - 11.5.0.29-1
 - Don't create a PartitionDevice for devices that do not exist (#489122).
   (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.754
retrieving revision 1.755
diff -u -r1.754 -r1.755
--- sources	13 Mar 2009 04:39:09 -0000	1.754
+++ sources	13 Mar 2009 22:29:39 -0000	1.755
@@ -1 +1 @@
-218ceb82129d815cf9f97c7653783896  anaconda-11.5.0.29.tar.bz2
+43e93df7db0ca99e0d97b7a47f30a0e7  anaconda-11.5.0.30.tar.bz2




More information about the fedora-extras-commits mailing list