From b30967b0c6044b7ba40725b13b47eec101887230 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Jan 25 2011 19:51:24 +0000 Subject: - Don't call preprocessKickstart from within anaconda as well. (clumens) - We don't need the command names anymore. (clumens) - Convert kickstart functions to use Python. (clumens) - Move all kickstart functions into kickstart.c. (clumens) - Get rid of the kickstart command codes, and alphabetize the command table. (clumens) - Add the flags required to link against python. (clumens) - Remove ksReadCommands, convert to using pykickstart for parsing. (clumens) - Add functions to support interfacing loader with pykickstart. (clumens) - Fix syntax error from fdd06a4053e2965bdc1719425b6d99fe80ab1e18. (akozumpl) - Only remove /tmp/updates and /tmp/updates.img if they exist. (clumens) - YumBackend doesn't inherit from YumBase. AnacondaYum does. (#671577) (dlehman) - After copying live rootfs to root device, grow it to fill the device. (dlehman) - Make sure /boot is mapped to a single LVM PV on s390x (dcantrell) - Unmount filesystems before shutdown or reboot on s390x (#605577) (dcantrell) - And update to the latest version of the RAID command. (clumens) - Make the advanced storage dialogs stay in the foreground. (akozumpl) --- diff --git a/.gitignore b/.gitignore index 52d52f5..79bd3e2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.14.tar.bz2 /anaconda-15.15.tar.bz2 /anaconda-15.16.tar.bz2 +/anaconda-15.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 292ee87..82ef061 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.16 +Version: 15.17 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,6 +229,27 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Jan 25 2011 Chris Lumens - 15.17-1 +- Don't call preprocessKickstart from within anaconda as well. (clumens) +- We don't need the command names anymore. (clumens) +- Convert kickstart functions to use Python. (clumens) +- Move all kickstart functions into kickstart.c. (clumens) +- Get rid of the kickstart command codes, and alphabetize the command table. + (clumens) +- Add the flags required to link against python. (clumens) +- Remove ksReadCommands, convert to using pykickstart for parsing. (clumens) +- Add functions to support interfacing loader with pykickstart. (clumens) +- Fix syntax error from fdd06a4053e2965bdc1719425b6d99fe80ab1e18. (akozumpl) +- Only remove /tmp/updates and /tmp/updates.img if they exist. (clumens) +- YumBackend doesn't inherit from YumBase. AnacondaYum does. (#671577) + (dlehman) +- After copying live rootfs to root device, grow it to fill the device. + (dlehman) +- Make sure /boot is mapped to a single LVM PV on s390x (dcantrell) +- Unmount filesystems before shutdown or reboot on s390x (#605577) (dcantrell) +- And update to the latest version of the RAID command. (clumens) +- Make the advanced storage dialogs stay in the foreground. (akozumpl) + * Thu Jan 20 2011 Chris Lumens - 15.16-1 - Support passing updates= to liveinst via the boot command line. (clumens) - Make lighter-weight versions of dm map name/node resolution functions. diff --git a/sources b/sources index 846c3a5..b01655b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5346d90e684109b3b5cee1c0a2226e3d anaconda-15.16.tar.bz2 +fe54be1899c15cf6e45559114890826a anaconda-15.17.tar.bz2