From d296e158ae00f06ed3e535570d85ac462ad31f2b Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Aug 29 2011 21:13:56 +0000 Subject: Fix some things using old bootloader/platform stuff. (dlehman) Fix traceback when validating unallocated partition requests. (#733670) (dlehman) Require BIOS boot partition for GPT bootdisk on BIOS systems. (dlehman) Prevent grub2 from trying to access floppy drives. (dlehman) Limit grub stage2 md members' device type and metadata version. (dlehman) reinit dialog: make the defaults the same. (akozumpl) Close out the yum history before running %post scripts (#730857). (clumens) Allow btrfs stage2 with grub2. (#732594) (cherry picked from commit 408a7e24094ea00378a712d1f7652dc4b2e14ab3) (dlehman) Clean up obsolete extended partitions if partitioning fails. (#672010) (dlehman) Clean up return values of GRUB2._gpt_disk_has_bios_boot. (dlehman) Force grub2 install to partition's boot block. (#727679) (cherry picked from commit 9474d2c386aab25ede85a56a368e457c39e490ee) (dlehman) Don't crash because we don't have support for linear md. (#646157) (dlehman) Honor kickstart 'autopart --nolvm' option (jlaska) Update transifex config for f16-branch. (clumens) --- diff --git a/.gitignore b/.gitignore index 6a3974a..d9824b2 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ anaconda-15.2.tar.bz2 /anaconda-16.14.5.tar.bz2 /anaconda-16.14.6.tar.bz2 /anaconda-16.15.tar.bz2 +/anaconda-16.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 552d734..8566797 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 16.15 +Version: 16.16 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define intltoolver 0.31.2-3 %define libnlver 1.0 %define libselinuxver 1.6 -%define pykickstartver 1.99.2 +%define pykickstartver 1.99.3 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -234,6 +234,26 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Aug 29 2011 Brian C. Lane - 16.16-1 +- Fix some things using old bootloader/platform stuff. (dlehman) +- Fix traceback when validating unallocated partition requests. (#733670) + (dlehman) +- Require BIOS boot partition for GPT bootdisk on BIOS systems. (dlehman) +- Prevent grub2 from trying to access floppy drives. (dlehman) +- Limit grub stage2 md members' device type and metadata version. (dlehman) +- reinit dialog: make the defaults the same. (akozumpl) +- Close out the yum history before running %post scripts (#730857). (clumens) +- Allow btrfs stage2 with grub2. (#732594) (cherry picked from commit + 408a7e24094ea00378a712d1f7652dc4b2e14ab3) (dlehman) +- Clean up obsolete extended partitions if partitioning fails. (#672010) + (dlehman) +- Clean up return values of GRUB2._gpt_disk_has_bios_boot. (dlehman) +- Force grub2 install to partition's boot block. (#727679) (cherry picked from + commit 9474d2c386aab25ede85a56a368e457c39e490ee) (dlehman) +- Don't crash because we don't have support for linear md. (#646157) (dlehman) +- Honor kickstart 'autopart --nolvm' option (jlaska) +- Update transifex config for f16-branch. (clumens) + * Thu Aug 18 2011 Chris Lumens - 16.15-1 - i18n: Do not include newlines in the reinit dialog's label. (akozumpl) - Move the trusted_boot setting into AnacondaYum.run (#731260). (clumens) diff --git a/sources b/sources index 0e00781..87fafe7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04ca6d9f0fda1a844ad9cb5886d35282 anaconda-16.15.tar.bz2 +4b8871687d76fe91c0355042c3babd14 anaconda-16.16.tar.bz2