rpms/anaconda/devel .cvsignore, 1.641, 1.642 anaconda.spec, 1.790, 1.791 sources, 1.775, 1.776

David Cantrell dcantrel at fedoraproject.org
Mon May 18 23:35:58 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Mon May 18 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.53-1
- LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB.
  (dlehman)
- Don't schedule a format resize if reformat scheduled. (#500991) (dlehman)
- Deactivate md arrays regardless of state if the device is present.
  (#496441) (dlehman)
- Lame hack to make sure --size= is never 0 (#500905). (clumens)
- Don't filter out partitions that haven't been allocated (#500932).
  (clumens)
- Write out PE size as an integer, since that's what anaconda wants
  (#501049). (clumens)
- Set clearPartType to None on preupgrade too (#499321). (clumens)
- Fix indentation of line to remove cancelled actions from the list.
  (#500932) (dlehman)
- Consider active-idle state of md device as accepatable status of device
  (#497407) (rvykydal)
- Fix detection of cciss disks (#499408) (dchapman)
- Get existing fs size for xfs. (dcantrell)
- Get existing fs size for ntfs. (dcantrell)
- Get existing fs size for jfs. (dcantrell)
- Get existing fs size for ext2, ext3, and ext4. (dcantrell)
- Compute existing filesystem size using fs info utility. (dcantrell)
- Do not allow users to migrate ext4 to ext4. (dcantrell)
- Correct handling of formats on encrypted preexisting LVs. (#499828)
  (dlehman)
- Ignore unrecognized device-mapper devices we find. (#499967) (dlehman)
- loader: Mount /tmp as tmpfs not ramfs so we can swap it out (ajax)
- format.mountpoint -> lvd.mountpoint (#500913). (clumens)
- Treat the loop labels as devices without a label.(#493219) (jgranado)
- Add the partition table partition after initializing (#498602). (clumens)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.641
retrieving revision 1.642
diff -u -p -r1.641 -r1.642
--- .cvsignore	13 May 2009 23:04:08 -0000	1.641
+++ .cvsignore	18 May 2009 23:35:25 -0000	1.642
@@ -1 +1 @@
-anaconda-11.5.0.52.tar.bz2
+anaconda-11.5.0.53.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.790
retrieving revision 1.791
diff -u -p -r1.790 -r1.791
--- anaconda.spec	13 May 2009 23:04:08 -0000	1.790
+++ anaconda.spec	18 May 2009 23:35:26 -0000	1.791
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.52
+Version: 11.5.0.53
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -211,6 +211,37 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Mon May 18 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.53-1
+- LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB.
+  (dlehman)
+- Don't schedule a format resize if reformat scheduled. (#500991) (dlehman)
+- Deactivate md arrays regardless of state if the device is present.
+  (#496441) (dlehman)
+- Lame hack to make sure --size= is never 0 (#500905). (clumens)
+- Don't filter out partitions that haven't been allocated (#500932).
+  (clumens)
+- Write out PE size as an integer, since that's what anaconda wants
+  (#501049). (clumens)
+- Set clearPartType to None on preupgrade too (#499321). (clumens)
+- Fix indentation of line to remove cancelled actions from the list.
+  (#500932) (dlehman)
+- Consider active-idle state of md device as accepatable status of device
+  (#497407) (rvykydal)
+- Fix detection of cciss disks (#499408) (dchapman)
+- Get existing fs size for xfs. (dcantrell)
+- Get existing fs size for ntfs. (dcantrell)
+- Get existing fs size for jfs. (dcantrell)
+- Get existing fs size for ext2, ext3, and ext4. (dcantrell)
+- Compute existing filesystem size using fs info utility. (dcantrell)
+- Do not allow users to migrate ext4 to ext4. (dcantrell)
+- Correct handling of formats on encrypted preexisting LVs. (#499828)
+  (dlehman)
+- Ignore unrecognized device-mapper devices we find. (#499967) (dlehman)
+- loader: Mount /tmp as tmpfs not ramfs so we can swap it out (ajax)
+- format.mountpoint -> lvd.mountpoint (#500913). (clumens)
+- Treat the loop labels as devices without a label.(#493219) (jgranado)
+- Add the partition table partition after initializing (#498602). (clumens)
+
 * Wed May 13 2009 David Cantrell <dcantrell at redhat.com> - 11.5.0.52-1
 - Add a Mac OS boot line to yaboot.conf (#499964). (clumens)
 - Catch IOError when enabling repos (#500439). (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.775
retrieving revision 1.776
diff -u -p -r1.775 -r1.776
--- sources	13 May 2009 23:04:09 -0000	1.775
+++ sources	18 May 2009 23:35:27 -0000	1.776
@@ -1 +1 @@
-cfa4a1dceea385ba1dc701ede7a3557b  anaconda-11.5.0.52.tar.bz2
+654664409b3f4d13c9ada5f09a68eb74  anaconda-11.5.0.53.tar.bz2




More information about the scm-commits mailing list