[anaconda/f18] - Call udev_settle from inside udev_trigger. (dlehman) - Prevent enabling the encryption checkbutton

Brian C. Lane bcl at fedoraproject.org
Thu Dec 6 01:37:24 UTC 2012


commit ffab5c05edbe7e6de8da799141719ee7e3a6c532
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Dec 5 17:37:13 2012 -0800

    - Call udev_settle from inside udev_trigger. (dlehman)
    - Prevent enabling the encryption checkbutton erroneously. (dlehman)
    - Make sure Storage is initialized before refreshing the custom spoke.
      (dlehman)
    - Fix initialization of Storage.roots to use a list. (#884270) (dlehman)
    - Don't allow reformat without setting a mountpoint. (#883076) (dlehman)
    - Fix check for toggled encryption checkbutton. (#882722) (dlehman)
    - Make sure FS minSize is never greater than its currentSize. (#876547)
      (dlehman)
    - When considering whether anything can be shrunk, throw out protected devs.
      (clumens)
    - In the UI, mark the HDISO source device as protected (#879610). (clumens)
    - update mdraid superBlock space calculation (#883483) (bcl)
    - Remove resetResolver function, we don't need it anymore (#868695) (rvykydal)
    - Network spoke: improve logging. (rvykydal)
    - Unify writeNetworkConf with other modules (rename, put in ks.execute)
      (rvykydal)
    - Fix network command --onboot and --activate options. (rvykydal)
    - Fix two calls of self.window.set_info (#883632) (vpodzime)
    - Use BaseWindow.set_warning and set_error in GUIObject's methods (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |   24 +++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64c959c..bc5ca63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ anaconda-18.24.tar.bz2
 /anaconda-18.33.tar.bz2
 /anaconda-18.34.tar.bz2
 /anaconda-18.35.tar.bz2
+/anaconda-18.36.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index bd1e6a2..a2c1347 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.35
+Version: 18.36
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,28 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Wed Dec 05 2012 Brian C. Lane <bcl at redhat.com> - 18.36-1
+- Call udev_settle from inside udev_trigger. (dlehman)
+- Prevent enabling the encryption checkbutton erroneously. (dlehman)
+- Make sure Storage is initialized before refreshing the custom spoke.
+  (dlehman)
+- Fix initialization of Storage.roots to use a list. (#884270) (dlehman)
+- Don't allow reformat without setting a mountpoint. (#883076) (dlehman)
+- Fix check for toggled encryption checkbutton. (#882722) (dlehman)
+- Make sure FS minSize is never greater than its currentSize. (#876547)
+  (dlehman)
+- When considering whether anything can be shrunk, throw out protected devs.
+  (clumens)
+- In the UI, mark the HDISO source device as protected (#879610). (clumens)
+- update mdraid superBlock space calculation (#883483) (bcl)
+- Remove resetResolver function, we don't need it anymore (#868695) (rvykydal)
+- Network spoke: improve logging. (rvykydal)
+- Unify writeNetworkConf with other modules (rename, put in ks.execute)
+  (rvykydal)
+- Fix network command --onboot and --activate options. (rvykydal)
+- Fix two calls of self.window.set_info (#883632) (vpodzime)
+- Use BaseWindow.set_warning and set_error in GUIObject's methods (vpodzime)
+
 * Tue Dec 04 2012 Brian C. Lane <bcl at redhat.com> - 18.35-1
 - Fix a bug when switching back to an HDISO install source (#879612). (clumens)
 - Lower case the DONE button on media check. (clumens)
diff --git a/sources b/sources
index af8603a..16fb370 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04b2e557341e5273882578359f4d169e  anaconda-18.35.tar.bz2
+f45906a468c6a6f4280a7eea037428c8  anaconda-18.36.tar.bz2


More information about the scm-commits mailing list