From c8e44e3714f0d15acc0e7923e27c1e25c03e2bae Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: May 03 2011 18:06:08 +0000 Subject: Make grub2 the default bootloader on x86. (dlehman) Make sure bootloader stage1 device stays current through partitioning. (dlehman) Remove unused Platform.validBootLoaderPartSize method. (dlehman) Check that there is a stage1 req before validating it otherwise. (dlehman) set_preferred_stage2_type -> set_preferred_stage1_type (dlehman) Allow unsetting of stage1_device. (dlehman) Add a "boot drive" concept to the bootloader since stage1 types vary. (dlehman) Consistently refer to stage1 and stage2 device as such. (dlehman) Fix handling of missing boot device in doPartitioning. (dlehman) Finish removing bootloadersetup step. (dlehman) Add grub2 class, fix packages for some classes. (dlehman) Don't change bootloader names for various configurations. (dlehman) Add encrypted attribute to StorageDevice. (dlehman) iscsi: disable the 'Login' button with no nodes selected. (akozumpl) nuke: InstallControlWindow.busyCursor*() (akozumpl) iutil: remove excess imports. (akozumpl) Get rid of interface's entryWindow() and EntryWindow. (akozumpl) Allow DeviceFormat.cacheMajorminor to fail without an exception. (akozumpl) Don't check /boot fs when no bootloader is installed (#698312) (bcl) yuminstall.py: self.pulseWindow is not used anywhere. (akozumpl) --- diff --git a/.gitignore b/.gitignore index 8d300ed..a6bec34 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ anaconda-15.2.tar.bz2 /anaconda-16.4.tar.bz2 /anaconda-16.5.tar.bz2 /anaconda-16.6.tar.bz2 +/anaconda-16.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5e6dcc6..bab9138 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 16.6 +Version: 16.7 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -233,6 +233,30 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue May 03 2011 Chris Lumens - 16.7-1 +- Make grub2 the default bootloader on x86. (dlehman) +- Make sure bootloader stage1 device stays current through partitioning. + (dlehman) +- Remove unused Platform.validBootLoaderPartSize method. (dlehman) +- Check that there is a stage1 req before validating it otherwise. (dlehman) +- set_preferred_stage2_type -> set_preferred_stage1_type (dlehman) +- Allow unsetting of stage1_device. (dlehman) +- Add a "boot drive" concept to the bootloader since stage1 types vary. + (dlehman) +- Consistently refer to stage1 and stage2 device as such. (dlehman) +- Fix handling of missing boot device in doPartitioning. (dlehman) +- Finish removing bootloadersetup step. (dlehman) +- Add grub2 class, fix packages for some classes. (dlehman) +- Don't change bootloader names for various configurations. (dlehman) +- Add encrypted attribute to StorageDevice. (dlehman) +- iscsi: disable the 'Login' button with no nodes selected. (akozumpl) +- nuke: InstallControlWindow.busyCursor*() (akozumpl) +- iutil: remove excess imports. (akozumpl) +- Get rid of interface's entryWindow() and EntryWindow. (akozumpl) +- Allow DeviceFormat.cacheMajorminor to fail without an exception. (akozumpl) +- Don't check /boot fs when no bootloader is installed (#698312) (bcl) +- yuminstall.py: self.pulseWindow is not used anywhere. (akozumpl) + * Thu Apr 21 2011 Chris Lumens - 16.6-1 - Do not recreate the ssh keys if they exist already. (akozumpl) - Display a banner when (re)starting Anaconda. (akozumpl) diff --git a/sources b/sources index 79d21b7..284c82a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b0b81a42358d23fff146e7b0a2d74fe anaconda-16.6.tar.bz2 +28d68fed416f92c1811ee419f6379ec9 anaconda-16.7.tar.bz2