From daab292cfb607dd36b712dfb349715ca6ad2312d Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Oct 04 2013 21:58:00 +0000 Subject: - Only encrypt the TUI user password once (#1015220) (dshea) - Don't try to collect removed modules (vpodzime) - Moved the NFS nolock option into Payload._setupNFS (dshea) - Grab journalctl logs if there is no /tmp/syslog (vpodzime) - Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime) - Translate the "Quit" string at the end of liveinst. (dshea) --- diff --git a/.gitignore b/.gitignore index eb43f62..681f2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.19.tar.bz2 /anaconda-20.20.tar.bz2 /anaconda-20.21.tar.bz2 +/anaconda-20.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index e8bfd26..72b92dd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.21 +Version: 20.22 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -253,6 +253,14 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 04 2013 Brian C. Lane - 20.22-1 +- Only encrypt the TUI user password once (#1015220) (dshea) +- Don't try to collect removed modules (vpodzime) +- Moved the NFS nolock option into Payload._setupNFS (dshea) +- Grab journalctl logs if there is no /tmp/syslog (vpodzime) +- Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime) +- Translate the "Quit" string at the end of liveinst. (dshea) + * Fri Sep 27 2013 Brian C. Lane - 20.21-1 - Remove another reference to log_picker. (clumens) - Turn spinner back on for configuration (bcl) diff --git a/sources b/sources index 68a6a0e..b4fcb19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d3bbeeb13b443aba2c7dbe8719a3677 anaconda-20.21.tar.bz2 +857cd982464efbdea6e051323728eb83 anaconda-20.22.tar.bz2