From 033f8075ddbc0c6c638e4c95741f1b9886e5c8aa Mon Sep 17 00:00:00 2001 From: David Cantrell Date: May 13 2009 22:47:27 +0000 Subject: * Wed May 13 2009 David Cantrell - 11.5.0.52-1 - Add a Mac OS boot line to yaboot.conf (#499964). (clumens) - Catch IOError when enabling repos (#500439). (clumens) - Use a newer version of the kickstart Partition command. (clumens) - Fix a traceback when installing over previous installs on PPC (#499963). (clumens) - Fix a typo when probing exception disks. (clumens) - Add support for --noformat too. (clumens) - Add support for --onpart, --ondrive, and --useexisting. (clumens) - Make the storage.writeKS method useful and called from instdata (#493703). (clumens) - Add writeKS methods to the device objects. (clumens) - Add writeKS methods to all the format objects. (clumens) - upd-instroot: Add gdbserver (ajax) - Remove text-mode syslinux help (katzj) - If clearPartType is None, don't attempt to clear a device (#499321). (clumens) - Only set clearpart data if the command was provided in the kickstart file. (clumens) - Override previously defined mountpoints in kickstart (#499746). (clumens) - Yet another font package name has changed (#499322). (clumens) - Set new mountpoint correctly for existing encrypted LVs. (#496363) (dlehman) - Once a partition is part of another device it cannot be modified. (#496760) (dlehman) - Maintain request sort order by using req_disks instead of parents. (dlehman) - Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724). (clumens) - Skip .pyc files in subdirectories when running make updates. (clumens) - Remove 'lowres' option. (ajax) - Run tune2fs on newly formatted ext[34] filesystems. (#495476) (dlehman) --- diff --git a/.cvsignore b/.cvsignore index f6fb0da..7c9fa3e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.5.0.51.tar.bz2 +anaconda-11.5.0.52.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d868d91..404e748 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.51 +Version: 11.5.0.52 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define libnlver 1.0 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 -%define pykickstartver 1.48 +%define pykickstartver 1.53 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -211,6 +211,39 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed May 13 2009 David Cantrell - 11.5.0.52-1 +- Add a Mac OS boot line to yaboot.conf (#499964). (clumens) +- Catch IOError when enabling repos (#500439). (clumens) +- Use a newer version of the kickstart Partition command. (clumens) +- Fix a traceback when installing over previous installs on PPC (#499963). + (clumens) +- Fix a typo when probing exception disks. (clumens) +- Add support for --noformat too. (clumens) +- Add support for --onpart, --ondrive, and --useexisting. (clumens) +- Make the storage.writeKS method useful and called from instdata (#493703). + (clumens) +- Add writeKS methods to the device objects. (clumens) +- Add writeKS methods to all the format objects. (clumens) +- upd-instroot: Add gdbserver (ajax) +- Remove text-mode syslinux help (katzj) +- If clearPartType is None, don't attempt to clear a device (#499321). + (clumens) +- Only set clearpart data if the command was provided in the kickstart file. + (clumens) +- Override previously defined mountpoints in kickstart (#499746). (clumens) +- Yet another font package name has changed (#499322). (clumens) +- Set new mountpoint correctly for existing encrypted LVs. (#496363) + (dlehman) +- Once a partition is part of another device it cannot be modified. + (#496760) (dlehman) +- Maintain request sort order by using req_disks instead of parents. + (dlehman) +- Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724). + (clumens) +- Skip .pyc files in subdirectories when running make updates. (clumens) +- Remove 'lowres' option. (ajax) +- Run tune2fs on newly formatted ext[34] filesystems. (#495476) (dlehman) + * Thu May 07 2009 David Cantrell - 11.5.0.51-1 - Don't clear the first partition on any disk with a Mac disk label (#492154). (clumens) diff --git a/sources b/sources index c93d76a..bca62fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -630893fb748d415d569e6ed46a5f2f8d anaconda-11.5.0.51.tar.bz2 +cfa4a1dceea385ba1dc701ede7a3557b anaconda-11.5.0.52.tar.bz2