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

Brian C. Lane bcl at fedoraproject.org
Sat Mar 14 00:36:04 UTC 2015


commit 7f0c5082617ab79ed8785f4563dcd78a91892e11
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Mar 13 17:35:47 2015 -0700

    - Only insert strings into the environment (#1201411) (dshea)
    - Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
    - Missing local variable check (omerusta)
    - Fix the handling of nfs:// URLs. (dshea)
    - Add glob support for the -a/--add option in makeupdates (mkolman)
    - White Space fixes (omerusta)
    - Put all mock results into the top-level source dir. (clumens)
    - Merge pull request #31 from dcantrell/master (david.l.cantrell)
    - Require newt-python in anaconda-core (dshea)
    - Make merge-pr executable (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)
    - Support '%packages --multilib' in dnfpayload.py (#1192628) (dcantrell)

 .gitignore    |  1 +
 anaconda.spec | 22 +++++++++++++++++++++-
 sources       |  2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f7e979..be1d996 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /anaconda-23.0.tar.bz2
 /anaconda-23.1.tar.bz2
 /anaconda-23.2.tar.bz2
+/anaconda-23.3.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index a5f4bd6..c92fe13 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 23.2
+Version: 23.3
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -138,6 +138,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}
 
@@ -308,6 +311,23 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Mar 13 2015 Brian C. Lane <bcl at redhat.com> - 23.3-1
+- Only insert strings into the environment (#1201411) (dshea)
+- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
+- Missing local variable check (omerusta)
+- Fix the handling of nfs:// URLs. (dshea)
+- Add glob support for the -a/--add option in makeupdates (mkolman)
+- White Space fixes (omerusta)
+- Put all mock results into the top-level source dir. (clumens)
+- Merge pull request #31 from dcantrell/master (david.l.cantrell)
+- Require newt-python in anaconda-core (dshea)
+- Make merge-pr executable (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)
+- Support '%%packages --multilib' in dnfpayload.py (#1192628) (dcantrell)
+
 * Fri Mar 06 2015 Brian C. Lane <bcl at redhat.com> - 23.2-1
 - Add rc-release target (bcl)
 - Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
diff --git a/sources b/sources
index 91b68e4..69ecad9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-909a6edadaf0b2f375ec14305e27392e  anaconda-23.2.tar.bz2
+d9b9b4a92363c147e97df4467a9f4021  anaconda-23.3.tar.bz2


More information about the scm-commits mailing list