[anaconda/f18] - Show NFS as the source if dracut left it for us (#875235) (jkeating) - Convert the accordion Butto

Brian C. Lane bcl at fedoraproject.org
Sat Nov 10 00:29:41 UTC 2012


commit 8755752293de8bbb684dab2d1b2fcb93b645a9ed
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Nov 9 16:29:27 2012 -0800

    - Show NFS as the source if dracut left it for us (#875235) (jkeating)
    - Convert the accordion Button to a LinkButton (mizmo). (clumens)
    - Buttons shouldn't scream at people (#868536, mizmo). (clumens)
    - Don't attempt to handle exceptions when NFS mounts fail. (clumens)
    - If there's an error setting up the source, display it as the status.
      (clumens)
    - Add logging around the messages that can be processed by the hub. (clumens)
    - You can't reformat a btrfs volume/subvolume. (dlehman)
    - Always account for device removals in their containers. (dlehman)
    - Fix container member management for md devices. (dlehman)
    - Use a more robust method for removing previous autopart. (#868589) (dlehman)
    - Post-custom sanity check determines storage spoke completeness. (#868925)
      (dlehman)
    - Fix detection of inactive md arrays. (#873031) (dlehman)
    - Vastly simplify the process for applying changes from custom spoke. (dlehman)
    - Clean up container disk set and encryption change handling. (#874714)
      (dlehman)
    - Honor kickstart bootloader --location=none. (#871143) (dlehman)
    - Use original raid level and disk set when reverting a device. (dlehman)
    - Set raid level based on defined volume for not-yet-btrfs mounts. (dlehman)
    - Network spoke: improve status info (shorten) (rvykydal)
    - Network spoke: update list of connected devices in hub status (rvykydal)
    - Network spoke: Add "Connecting..." state to status (#868704) (rvykydal)
    - Network spoke: Update status of networking in hub (#868704) (rvykydal)
    - check for small grub2 embed space (#737508) (bcl)
    - Set SpokeSelector's tooltip to spoke's status (vpodzime)
    - Don't let mount/umount block python threads (#873600). (clumens)
    - Fix makeupdates to correctly detect and include changes in isys. (clumens)
    - Update pot file with proper lower cased buttons (#868536, mizmo). (clumens)
    - Default to LVM on text installs too (#874586). (clumens)
    - Remove network enablement in anaconda from rescue mode (#873854) (rvykydal)
    - Add very basic U-Boot support for ARM platforms (dmarlin)
    - Fix test for changed disk set for partitions. (#873994) (dlehman)
    - Add support for preexisting whole-disk formatting. (#870476) (dlehman)
    - There is no Storage.destroyFormat method. (dlehman)
    - Move DEVICE_TYPE constants into storage and use them everywhere. (dlehman)
    - A device scheduled for reformat is not unused. (dlehman)
    - Catch the right exception when settin up raid options ui. (#873486) (dlehman)
    - Network spoke: Use connection state that triggered a callback (bug #871429)
      (rvykydal)
    - Use sr_Latn_RS instead of sr_RS (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |   45 ++++++++++++++++++++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 46 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 122b3e3..93b30d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ anaconda-18.24.tar.bz2
 /anaconda-18.25.tar.bz2
 /anaconda-18.26.tar.bz2
 /anaconda-18.27.tar.bz2
+/anaconda-18.28.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 29b2f37..29e9e0e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.27
+Version: 18.28
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,49 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Fri Nov 09 2012 Brian C. Lane <bcl at redhat.com> - 18.28-1
+- Show NFS as the source if dracut left it for us (#875235) (jkeating)
+- Convert the accordion Button to a LinkButton (mizmo). (clumens)
+- Buttons shouldn't scream at people (#868536, mizmo). (clumens)
+- Don't attempt to handle exceptions when NFS mounts fail. (clumens)
+- If there's an error setting up the source, display it as the status.
+  (clumens)
+- Add logging around the messages that can be processed by the hub. (clumens)
+- You can't reformat a btrfs volume/subvolume. (dlehman)
+- Always account for device removals in their containers. (dlehman)
+- Fix container member management for md devices. (dlehman)
+- Use a more robust method for removing previous autopart. (#868589) (dlehman)
+- Post-custom sanity check determines storage spoke completeness. (#868925)
+  (dlehman)
+- Fix detection of inactive md arrays. (#873031) (dlehman)
+- Vastly simplify the process for applying changes from custom spoke. (dlehman)
+- Clean up container disk set and encryption change handling. (#874714)
+  (dlehman)
+- Honor kickstart bootloader --location=none. (#871143) (dlehman)
+- Use original raid level and disk set when reverting a device. (dlehman)
+- Set raid level based on defined volume for not-yet-btrfs mounts. (dlehman)
+- Network spoke: improve status info (shorten) (rvykydal)
+- Network spoke: update list of connected devices in hub status (rvykydal)
+- Network spoke: Add "Connecting..." state to status (#868704) (rvykydal)
+- Network spoke: Update status of networking in hub (#868704) (rvykydal)
+- check for small grub2 embed space (#737508) (bcl)
+- Set SpokeSelector's tooltip to spoke's status (vpodzime)
+- Don't let mount/umount block python threads (#873600). (clumens)
+- Fix makeupdates to correctly detect and include changes in isys. (clumens)
+- Update pot file with proper lower cased buttons (#868536, mizmo). (clumens)
+- Default to LVM on text installs too (#874586). (clumens)
+- Remove network enablement in anaconda from rescue mode (#873854) (rvykydal)
+- Add very basic U-Boot support for ARM platforms (dmarlin)
+- Fix test for changed disk set for partitions. (#873994) (dlehman)
+- Add support for preexisting whole-disk formatting. (#870476) (dlehman)
+- There is no Storage.destroyFormat method. (dlehman)
+- Move DEVICE_TYPE constants into storage and use them everywhere. (dlehman)
+- A device scheduled for reformat is not unused. (dlehman)
+- Catch the right exception when settin up raid options ui. (#873486) (dlehman)
+- Network spoke: Use connection state that triggered a callback (bug #871429)
+  (rvykydal)
+- Use sr_Latn_RS instead of sr_RS (vpodzime)
+
 * Wed Nov 07 2012 Brian C. Lane <bcl at redhat.com> - 18.27-1
 - Mark more UI strings with N_ (#874276). (clumens)
 - Pressing Enter on the passphrase dialog should continue (#788556). (clumens)
diff --git a/sources b/sources
index 8879f0b..b7be8a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91772c7ddd1c0c55959d1203f243f884  anaconda-18.27.tar.bz2
+62db2eca10e1ce099078451631d8d735  anaconda-18.28.tar.bz2


More information about the scm-commits mailing list