rpms/anaconda/devel .cvsignore, 1.685, 1.686 anaconda.spec, 1.835, 1.836 sources, 1.819, 1.820

Christopher Edward Lumens clumens at fedoraproject.org
Wed Dec 16 22:15:45 UTC 2009


Author: clumens

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -p -r1.685 -r1.686
--- .cvsignore	9 Dec 2009 21:47:26 -0000	1.685
+++ .cvsignore	16 Dec 2009 22:15:44 -0000	1.686
@@ -1,3 +1,4 @@
 anaconda-13.8.tar.bz2
 anaconda-13.9.tar.bz2
 anaconda-13.10.tar.bz2
+anaconda-13.11.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.835
retrieving revision 1.836
diff -u -p -r1.835 -r1.836
--- anaconda.spec	9 Dec 2009 21:47:26 -0000	1.835
+++ anaconda.spec	16 Dec 2009 22:15:44 -0000	1.836
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 13.10
+Version: 13.11
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -217,6 +217,77 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Wed Dec 16 2009 Chris Lumens <clumens at redhat.com> - 13.11-1
+- Clean up setting paths on preupgrade (jvonau). (clumens)
+- And call freetmp, too. (Jerry)
+- Add a method to remove /tmp/install.img on low memory conditions (jvonau).
+  (clumens)
+- Make sure /mnt/stage2 is mounted before trying to unmount. (Jerry)
+- Skip the mediaDevice check before attempting to mount the install.img.
+  (Jerry)
+- Remove install.img from /boot during preupgrade. (Jerry)
+- Add __str__ methods to the DeviceFormat classes. (dlehman)
+- Expand PartitionDevice.__str__ to include partition geometry and flags.
+  (dlehman)
+- Hide biosraid member devices that contain MDRaidMember formats. (dlehman)
+- Move disklabel handling into handleUdevDeviceFormat with the others.
+  (dlehman)
+- DiskDevice.__init__ expects an "exists" parameter, so add it. (clumens)
+- Fix multipath filtering. (clumens)
+- Log error messages before displaying dialogs. (clumens)
+- Include error messages when logging selinux context get/set failures.
+  (dlehman)
+- Catch failures to set selinux contexts so it doesn't cause a crash.
+  (dlehman)
+- Fix typo logging failure to get default file context. (dlehman)
+- Use DiskLabel.alignment instead of getDiskAlignment. (dlehman)
+- Add an alignment property to DiskLabel. (dlehman)
+- iscsi.py: Do not translate log messages (hdegoede)
+- Make iscsi,etc startup use the iscsi,etc Singletons (hdegoede)
+- kickstart: Move onlining of fcoe/iscsi/zfcp devices to parse phase
+  (hdegoede)
+- Make the fcoe, iscsi and zfcp classes singletons (hdegoede)
+- Remove call to no longer existing isys DriveDict method (hdegoede)
+- Use the correct yum configuration file when searching for the -logos
+  package (kanarip)
+- Fix two missing closing parens in previous commits. (clumens)
+- Add an interface to select the fancy filtering UI vs. the regular one.
+  (clumens)
+- Add a step to prompt for the cleardisks UI. (clumens)
+- Add a dialog to configure advanced storage devices. (clumens)
+- Add an early user interface for filtering storage devices. (clumens)
+- Rework the upgrade vs. install screen a bit to make it look nicer.
+  (clumens)
+- Add the updated and simplified parttype screen. (clumens)
+- Add a method to determine whether a device is a CCISS RAID device.
+  (clumens)
+- Move identifyMultipaths from DeviceTree to devicelibs. (clumens)
+- Add a method to return a device's WWID. (clumens)
+- Add a method to get the bus/interconnect from udev and store it on
+  devices. (clumens)
+- Add a vendor getting udev method, though udev doesn't always know it.
+  (clumens)
+- Add the serial number to all DiskDevices and subclasses. (clumens)
+- Put less space between rows and allow text to be longer before wrapping.
+  (clumens)
+- Allow InstallInterfaces to modify the installation steps. (clumens)
+- Default /boot to 500 MB. (clumens)
+- Some iscsi cleanups (hdegoede)
+- Bring auto discovered drives online before parsing the ks file (hdegoede)
+- Make a better effort at tearing down everything before action processing.
+  (dlehman)
+- Tighten restrictions on the type of disklabel on x86 and EFI boot disks.
+  (dlehman)
+- Use string instead of parted.diskType for disklabel types. (dlehman)
+- A couple of cleanups to warnings about formatting preexisting devices.
+  (dlehman)
+- Rework udev_settle timeout handling (#544177) (hdegoede)
+- Remove smp.c from the Makefile.am, too. (clumens)
+- Nothing has a kernel-smp anymore so none of this code is useful. (clumens)
+- Get rid of the goofy nested try statements. (clumens)
+- update reIPL messages (hamzy)
+- Change btrfs command line option (josef)
+
 * Wed Dec 09 2009 Chris Lumens <clumens at redhat.com> - 13.10-1
 - Kickstart support for unpartitioned disks. (dlehman)
 - Skip disklabel handling for biosraid and multipath members. (dlehman)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.819
retrieving revision 1.820
diff -u -p -r1.819 -r1.820
--- sources	9 Dec 2009 21:47:26 -0000	1.819
+++ sources	16 Dec 2009 22:15:45 -0000	1.820
@@ -1 +1 @@
-6816f57f0f8a3222fa65363c9b23b1fd  anaconda-13.10.tar.bz2
+10d8c89908a431be4497d27befbbc4ae  anaconda-13.11.tar.bz2




More information about the scm-commits mailing list