[anaconda/f18] - Add an error handler for fatal package installation errors (#865291). (clumens) - Modify the sta

Brian C. Lane bcl at fedoraproject.org
Wed Oct 17 00:26:11 UTC 2012


commit d40a68af33b685c918bd5af85d4c2e6c5c583a60
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Oct 16 17:25:37 2012 -0700

    - Add an error handler for fatal package installation errors (#865291).
      (clumens)
    - Modify the status test for the software selection spoke. (clumens)
    - Various layout and font improvements to the keyboard spoke (mizmo, rlerch).
      (clumens)
    - Just return the size string uppercased (#867074). (clumens)
    - Revert "Use a capital "B" in the size module (#859932)." (clumens)
    - Revert "Fix one more reference to bits (#859932)." (clumens)
    - Fix padding around the addons view in the software spoke. (clumens)
    - The Unknown page selectors/devices have no root. (dlehman)
    - Avoid using mount --move on shared paths (#853508) (jkeating)
    - Revert "Release Gdk lock in exception handling" (msivak)
    - Make all Gtk calls from inside of it's main loop (and thread) (msivak)
    - Remove Gdk thread initialization, introduce new helper functions and make
      exception handler be called by Gtk only once (msivak)
    - Fix threading initialization (msivak)
    - Do not remove the layout if it was added back (#865830) (vpodzime)
    - Release Gdk lock in exception handling (vpodzime)
    - Configure new-kernel-pkg to keep tboot configuration on updates (#742885)
      (pjones)
    - Honor the nompath option. (dlehman)
    - Validate lv names. (dlehman)
    - Add support for specifying encryption cipher mode via kickstart. (dlehman)
    - Acquire the yum lock before accessing YumBase.repos. (#858993) (dlehman)
    - Remove the entry on the resize dialog's combo boxes. (clumens)
    - disks_free -> disks_size (#863647). (clumens)
    - Fix one more reference to bits (#859932). (clumens)
    - Fix a traceback in media check (#865897). (clumens)
    - Add support for deleting an entire root via the existing ConfirmDeleteDialog.
      (clumens)
    - Don't traceback when removing a mountpoint with no expanded selector
      (#862746). (clumens)
    - Remove the code for removing an entire Root all at once. (clumens)
    - Yet more TODO list updates. (clumens)
    - Don't display "None" in the name of a root. (clumens)
    - Fix configuration of protected wireless connections (#855526) (rvykydal)
    - Fix graphical kickstart with %packages data (jkeating)
    - Add password validation to text password spoke (jkeating)
    - Make use of the validatePassword routine from users.py (jkeating)
    - Add a password verification method to users.py (jkeating)
    - Always honor the 'nokill' flag (vpodzime)
    - Fall back to lvm autopart if the default fails. (#864708) (dlehman)
    - Special boot devices are handled the same whether they exist or not.
      (dlehman)
    - Fix a bug allocating fixed-size partitions. (dlehman)
    - Clean up size sets immediately after allocation run. (#864771) (dlehman)
    - Make sure partition base sizes are adequate for their formatting. (dlehman)
    - Don't fail to account for all set members' growth. (dlehman)
    - Remove some extra calls to show_first_mountpoint. (dlehman)
    - Show the correct raid options for btrfs. (dlehman)
    - Support change of raid level in custom spoke. (dlehman)
    - Use devicetree as partition list source instead of parted. (#864718)
      (dlehman)
    - Use Storage convenience methods to schedule reclaim actions. (dlehman)
    - Pass disk list when trying to recover from device type change failure.
      (dlehman)
    - Fill in missing parts of the disabled raid features dict. (dlehman)
    - Clear errors when entering or leaving the custom spoke. (dlehman)
    - Hook up signal handler for raid feature checkbuttons. (dlehman)
    - Raise MDRaidError instead of ValueError from devicelibs.mdraid. (dlehman)
    - Minimum we have to do with HW clock (vpodzime)
    - Check X layouts specified in kickstart for validity (vpodzime)
    - Work with VConsole keymap and X layouts separately (vpodzime)
    - Add class wrapping systemd-localed functionality (vpodzime)
    - Don't write XkbVariants if none are specified (vpodzime)
    - Add comment to the begining of generated xorg.conf file (vpodzime)
    - Don't display "None" for NIC vendors and products NM can't identify (#859540)
      (rvykydal)

 .gitignore    |    1 +
 anaconda.spec |   74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 74 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d64153..8a90f7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ anaconda-18.12.tar.bz2
 /anaconda-18.14.tar.bz2
 /anaconda-18.15.tar.bz2
 /anaconda-18.16.tar.bz2
+/anaconda-18.17.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index fbcc6ca..df86989 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.16
+Version: 18.17
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -26,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %define intltoolver 0.31.2-3
 %define libnlver 1.0
 %define libselinuxver 1.6
-%define pykickstartver 1.99.18
+%define pykickstartver 1.99.20
 %define rpmpythonver 4.2-0.61
 %define slangver 2.0.6-2
 %define yumver 3.4.3-32
@@ -299,6 +299,76 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Tue Oct 16 2012 Brian C. Lane <bcl at redhat.com> - 18.17-1
+- Add an error handler for fatal package installation errors (#865291).
+  (clumens)
+- Modify the status test for the software selection spoke. (clumens)
+- Various layout and font improvements to the keyboard spoke (mizmo, rlerch).
+  (clumens)
+- Just return the size string uppercased (#867074). (clumens)
+- Revert "Use a capital "B" in the size module (#859932)." (clumens)
+- Revert "Fix one more reference to bits (#859932)." (clumens)
+- Fix padding around the addons view in the software spoke. (clumens)
+- The Unknown page selectors/devices have no root. (dlehman)
+- Avoid using mount --move on shared paths (#853508) (jkeating)
+- Revert "Release Gdk lock in exception handling" (msivak)
+- Make all Gtk calls from inside of it's main loop (and thread) (msivak)
+- Remove Gdk thread initialization, introduce new helper functions and make
+  exception handler be called by Gtk only once (msivak)
+- Fix threading initialization (msivak)
+- Do not remove the layout if it was added back (#865830) (vpodzime)
+- Release Gdk lock in exception handling (vpodzime)
+- Configure new-kernel-pkg to keep tboot configuration on updates (#742885)
+  (pjones)
+- Honor the nompath option. (dlehman)
+- Validate lv names. (dlehman)
+- Add support for specifying encryption cipher mode via kickstart. (dlehman)
+- Acquire the yum lock before accessing YumBase.repos. (#858993) (dlehman)
+- Remove the entry on the resize dialog's combo boxes. (clumens)
+- disks_free -> disks_size (#863647). (clumens)
+- Fix one more reference to bits (#859932). (clumens)
+- Fix a traceback in media check (#865897). (clumens)
+- Add support for deleting an entire root via the existing ConfirmDeleteDialog.
+  (clumens)
+- Don't traceback when removing a mountpoint with no expanded selector
+  (#862746). (clumens)
+- Remove the code for removing an entire Root all at once. (clumens)
+- Yet more TODO list updates. (clumens)
+- Don't display "None" in the name of a root. (clumens)
+- Fix configuration of protected wireless connections (#855526) (rvykydal)
+- Fix graphical kickstart with %packages data (jkeating)
+- Add password validation to text password spoke (jkeating)
+- Make use of the validatePassword routine from users.py (jkeating)
+- Add a password verification method to users.py (jkeating)
+- Always honor the 'nokill' flag (vpodzime)
+- Fall back to lvm autopart if the default fails. (#864708) (dlehman)
+- Special boot devices are handled the same whether they exist or not.
+  (dlehman)
+- Fix a bug allocating fixed-size partitions. (dlehman)
+- Clean up size sets immediately after allocation run. (#864771) (dlehman)
+- Make sure partition base sizes are adequate for their formatting. (dlehman)
+- Don't fail to account for all set members' growth. (dlehman)
+- Remove some extra calls to show_first_mountpoint. (dlehman)
+- Show the correct raid options for btrfs. (dlehman)
+- Support change of raid level in custom spoke. (dlehman)
+- Use devicetree as partition list source instead of parted. (#864718)
+  (dlehman)
+- Use Storage convenience methods to schedule reclaim actions. (dlehman)
+- Pass disk list when trying to recover from device type change failure.
+  (dlehman)
+- Fill in missing parts of the disabled raid features dict. (dlehman)
+- Clear errors when entering or leaving the custom spoke. (dlehman)
+- Hook up signal handler for raid feature checkbuttons. (dlehman)
+- Raise MDRaidError instead of ValueError from devicelibs.mdraid. (dlehman)
+- Minimum we have to do with HW clock (vpodzime)
+- Check X layouts specified in kickstart for validity (vpodzime)
+- Work with VConsole keymap and X layouts separately (vpodzime)
+- Add class wrapping systemd-localed functionality (vpodzime)
+- Don't write XkbVariants if none are specified (vpodzime)
+- Add comment to the begining of generated xorg.conf file (vpodzime)
+- Don't display "None" for NIC vendors and products NM can't identify (#859540)
+  (rvykydal)
+
 * Thu Oct 11 2012 Brian C. Lane <bcl at redhat.com> - 18.16-1
 - Don't try to load ifcfg files for wifi devices (#865355) (vpodzime)
 - Rewrite isWirelessDevice to Python and DBus calls (#862801) (vpodzime)
diff --git a/sources b/sources
index e6dd063..0149de4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-275e0b19dbad01314fc35d3e9a943c8e  anaconda-18.16.tar.bz2
+d730c3310ed0447c7297fd58742ed133  anaconda-18.17.tar.bz2


More information about the scm-commits mailing list