[anaconda/f18] - Honor user request via UI to not install a bootloader. (#885240) (dlehman) - Handle partition remo

Brian C. Lane bcl at fedoraproject.org
Sat Dec 8 01:31:43 UTC 2012


commit 5f790d7fe32bb247acf1cffdcd5d87217bc6163b
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Dec 7 17:31:38 2012 -0800

    - Honor user request via UI to not install a bootloader. (#885240) (dlehman)
    - Handle partition removals regardless of deepcopy. (#884896) (dlehman)
    - Default to partitions for /boot* instead of just /boot/efi. (#884606)
      (dlehman)
    - Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman)
    - Take device type into account when making the config button sensitive
      (#885051). (clumens)
    - Hide VG-related widgets when displaying a non-LV mountpoint first (#885131).
      (clumens)
    - Put the bad VG name into the error message (#884359). (clumens)
    - Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens)
    - If path doesn't exist, don't traceback.  Return None. (clumens)
    - Do not allow deleting or editing a protected device in custom part (#884599).
      (clumens)
    - Use updated connection settings object for default auto config files
      (#883383) (rvykydal)

 .gitignore    |    1 +
 anaconda.spec |   20 +++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc5ca63..9913a7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ anaconda-18.24.tar.bz2
 /anaconda-18.34.tar.bz2
 /anaconda-18.35.tar.bz2
 /anaconda-18.36.tar.bz2
+/anaconda-18.37.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index a2c1347..aa7748d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.36
+Version: 18.37
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,24 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Fri Dec 07 2012 Brian C. Lane <bcl at redhat.com> - 18.37-1
+- Honor user request via UI to not install a bootloader. (#885240) (dlehman)
+- Handle partition removals regardless of deepcopy. (#884896) (dlehman)
+- Default to partitions for /boot* instead of just /boot/efi. (#884606)
+  (dlehman)
+- Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman)
+- Take device type into account when making the config button sensitive
+  (#885051). (clumens)
+- Hide VG-related widgets when displaying a non-LV mountpoint first (#885131).
+  (clumens)
+- Put the bad VG name into the error message (#884359). (clumens)
+- Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens)
+- If path doesn't exist, don't traceback.  Return None. (clumens)
+- Do not allow deleting or editing a protected device in custom part (#884599).
+  (clumens)
+- Use updated connection settings object for default auto config files
+  (#883383) (rvykydal)
+
 * 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)
diff --git a/sources b/sources
index 16fb370..397babb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f45906a468c6a6f4280a7eea037428c8  anaconda-18.36.tar.bz2
+c1b5b78eda4a0ad3982fe5fa3aeae57e  anaconda-18.37.tar.bz2


More information about the scm-commits mailing list