[anaconda/f16] Pull grub-efi and efibootmgr into the package list as needed. (#742042) (pjones) Handle strange lang

Christopher Edward Lumens clumens at fedoraproject.org
Tue Oct 11 18:21:27 UTC 2011


commit c68cad04f1afbd34e42877dfd6d44e2fe31d9895
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Oct 11 14:21:21 2011 -0400

    Pull grub-efi and efibootmgr into the package list as needed. (#742042)
    (pjones)
    Handle strange lang boot argument values. (akozumpl)
    LANG_DEFAULT lives in lang.c. (akozumpl)
    Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199)
    (rvykydal)
    Fix: Allow EFI slot_ids in hexdecimal (#742141). (fabian.deutsch)
    Move the fedora logo to the left. (akozumpl)
    fcoe: fix detecting FCoE NIC (mcb30)
    Do not show loop devices in the filtering UI. (akozumpl)
    dispatcher: do not request "group-selection" with "tasksel". (akozumpl)
    upgrade: do not insist on running the "bootloader" step. (akozumpl)
    Fix sigsegv in setKickstartNetwork() (strdup() from a NULL). (akozumpl)
    Add nfsiso: handling to parseNfsHostPathOpts (bcl)
    Only check relevant devices for dirty filesystems. (#741206) (dlehman)
    Make sure storage is reset just before partitioning, always. (dlehman)
    Move selection of default boot drive into bootloader. (dlehman)
    Show error dialog instead of traceback on fstab type mismatch. (#649171)
    (dlehman)
    Try a test mount and keep fstab mismatches if it succeeds. (#649171)
    (dlehman)

 .gitignore    |    1 +
 anaconda.spec |   25 ++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4579147..9b613fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.18.tar.bz2
 /anaconda-16.19.tar.bz2
 /anaconda-16.20.tar.bz2
+/anaconda-16.21.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 5d87beb..f85e374 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.20
+Version: 16.21
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -232,6 +232,29 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Oct 11 2011 Chris Lumens <clumens at redhat.com> - 16.21-1
+- Pull grub-efi and efibootmgr into the package list as needed. (#742042)
+  (pjones)
+- Handle strange lang boot argument values. (akozumpl)
+- LANG_DEFAULT lives in lang.c. (akozumpl)
+- Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199)
+  (rvykydal)
+- Fix: Allow EFI slot_ids in hexdecimal (#742141). (fabian.deutsch)
+- Move the fedora logo to the left. (akozumpl)
+- fcoe: fix detecting FCoE NIC (mcb30)
+- Do not show loop devices in the filtering UI. (akozumpl)
+- dispatcher: do not request "group-selection" with "tasksel". (akozumpl)
+- upgrade: do not insist on running the "bootloader" step. (akozumpl)
+- Fix sigsegv in setKickstartNetwork() (strdup() from a NULL). (akozumpl)
+- Add nfsiso: handling to parseNfsHostPathOpts (bcl)
+- Only check relevant devices for dirty filesystems. (#741206) (dlehman)
+- Make sure storage is reset just before partitioning, always. (dlehman)
+- Move selection of default boot drive into bootloader. (dlehman)
+- Show error dialog instead of traceback on fstab type mismatch. (#649171)
+  (dlehman)
+- Try a test mount and keep fstab mismatches if it succeeds. (#649171)
+  (dlehman)
+
 * Wed Sep 28 2011 Brian C. Lane <bcl at redhat.com> - 16.20-1
 - Fix the path for splash.xpm.gz in grub.conf (pjones)
 - Write the grub.conf after setting up the new EFI bootloader (#741994) (bcl)
diff --git a/sources b/sources
index 2044fb4..0843e8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-248572fc64cddfa76f95ede0359ba822  anaconda-16.20.tar.bz2
+df2b13fed5f6013eb057868365414b87  anaconda-16.21.tar.bz2


More information about the scm-commits mailing list