From 1058909ccba8c95c7f4f50cb4aaf9aa51a46678e Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Mar 13 2015 17:53:36 +0000 Subject: - 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) --- 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 - 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 - 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