[anaconda/f22] - Only insert strings into the environment (#1201411) (dshea) - Fix the rescue kernel version list i

Samantha N. Bueno sbueno at fedoraproject.org
Fri Mar 13 17:54:15 UTC 2015


commit 1058909ccba8c95c7f4f50cb4aaf9aa51a46678e
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Fri Mar 13 13:53:36 2015 -0400

    - Only insert strings into the environment (#1201411) (dshea)
    - Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
    - Fix the handling of nfs:// URLs. (dshea)
    - Add glob support for the -a/--add option in makeupdates (mkolman)
    - Require newt-python in anaconda-core (dshea)
    - Fix the help button mnemonic display on spokes (dshea)
    - Display an error for exceptions during GUI setup (dshea)
    - Remove unused invisible char properties (dshea)
    - Add a check for invisible_char validity (dshea)
    - Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
    - Try using the global LUKS passphrase if none is given for LV/part (#1196112)
      (vpodzime)

 .gitignore    |  1 +
 anaconda.spec | 19 ++++++++++++++++++-
 sources       |  2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4dec62..6c44d70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /anaconda-22.20.1.tar.bz2
 /anaconda-22.20.2.tar.bz2
 /anaconda-22.20.3.tar.bz2
+/anaconda-22.20.4.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 69b8f63..7e3f814 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 22.20.3
+Version: 22.20.4
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -136,6 +136,9 @@ Requires: hfsplus-tools
 Requires: python-coverage
 Requires: pygobject3
 
+# Used by rescue.py and the low RAM message in /sbin/anaconda
+Requires: newt-python
+
 # required because of the rescue mode and VNC question
 Requires: anaconda-tui = %{version}-%{release}
 
@@ -306,6 +309,20 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 22.20.4-1
+- Only insert strings into the environment (#1201411) (dshea)
+- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
+- Fix the handling of nfs:// URLs. (dshea)
+- Add glob support for the -a/--add option in makeupdates (mkolman)
+- Require newt-python in anaconda-core (dshea)
+- Fix the help button mnemonic display on spokes (dshea)
+- Display an error for exceptions during GUI setup (dshea)
+- Remove unused invisible char properties (dshea)
+- Add a check for invisible_char validity (dshea)
+- Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
+- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
+  (vpodzime)
+
 * Wed Mar 04 2015 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 22.20.3-1
 - Fix the import of mountExistingSystem (vpodzime)
 - Fix import error in anaconda-cleanup. (sbueno+anaconda)
diff --git a/sources b/sources
index dbc8323..a5f0a8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3428722e81f35b4b4ec9806cf00b4bee  anaconda-22.20.3.tar.bz2
+feebc4ce26cbdbb15a3f585a770c9256  anaconda-22.20.4.tar.bz2


More information about the scm-commits mailing list