[anaconda] - Fix a SIGSEGV when returning from storage spoke (#983319) (dshea) - makebumpver: Fix problem with

Brian C. Lane bcl at fedoraproject.org
Fri Aug 23 21:50:19 UTC 2013


commit da060226833e8f8948425319ea25199a07fc2fae
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Aug 23 14:49:54 2013 -0700

    - Fix a SIGSEGV when returning from storage spoke (#983319) (dshea)
    - makebumpver: Fix problem with single line body (bcl)
    - For now, ignore checking dnfpayload.py with pylint. (clumens)
    - Don't do str() on an exception we're passing into a string substitution.
      (clumens)
    - Check for hwaddress exceptions. (dshea)
    - If LANG isn't set, set it to default value. (#997397) (sbueno+anaconda)
    - Remove yet another unused import. (clumens)
    - swap devices should be under the System portion (#962668). (clumens)
    - Populate the repo store before changed can ever be called (#994940).
      (clumens)
    - Make the ISO choosing widget wider (#973376). (clumens)
    - Don't recommend /usr as a separate mount point anymore (#981465). (clumens)
    - Do not run another instance of the TUI for errors (#997661) (vpodzime)
    - Do not try to exit from the installation thread (vpodzime)
    - Tell which thread failed to be added by the ThreadMgr (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |   20 +++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d8b1e3..bb1ba08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.5.tar.bz2
 /anaconda-20.6.tar.bz2
 /anaconda-20.7.tar.bz2
+/anaconda-20.8.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index aee9a44..dd6c10d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 20.7
+Version: 20.8
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -255,6 +255,24 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Aug 23 2013 Brian C. Lane <bcl at redhat.com> - 20.8-1
+- Fix a SIGSEGV when returning from storage spoke (#983319) (dshea)
+- makebumpver: Fix problem with single line body (bcl)
+- For now, ignore checking dnfpayload.py with pylint. (clumens)
+- Don't do str() on an exception we're passing into a string substitution.
+  (clumens)
+- Check for hwaddress exceptions. (dshea)
+- If LANG isn't set, set it to default value. (#997397) (sbueno+anaconda)
+- Remove yet another unused import. (clumens)
+- swap devices should be under the System portion (#962668). (clumens)
+- Populate the repo store before changed can ever be called (#994940).
+  (clumens)
+- Make the ISO choosing widget wider (#973376). (clumens)
+- Don't recommend /usr as a separate mount point anymore (#981465). (clumens)
+- Do not run another instance of the TUI for errors (#997661) (vpodzime)
+- Do not try to exit from the installation thread (vpodzime)
+- Tell which thread failed to be added by the ThreadMgr (vpodzime)
+
 * Wed Aug 21 2013 Brian C. Lane <bcl at redhat.com> - 20.7-1
 - Modify the gtk_warning function in anaconda to use gtk3. (clumens)
 - Fix some pylint warnings in the new DNF code. (clumens)
diff --git a/sources b/sources
index 332078a..fb24895 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47debe27b06b82d8e471b75ffb0d98af  anaconda-20.7.tar.bz2
+989790f1d0fb7c5c8d9e33058be945d5  anaconda-20.8.tar.bz2


More information about the scm-commits mailing list