From 733bf94685ebdc40eecc4b5a564d7fad0f2e46da Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jun 10 2016 16:10:27 +0000 Subject: - Revert "Temporarily disable translations" (bcl) - Change where to look for the iscsi object (#1344131) (dshea) - Fix old blivet identifiers (#1343907) (dshea) - Fix a covscan warning about fetch-driver-net (#1269915) (bcl) - Fix crash when NM get_setting* methods return None (#1273497) (jkonecny) - Overwrite network files when using ks liveimg (#1342639) (bcl) - Stop using undocumented DNF logging API (bcl) - Use the LUKS device for encrypted swap on RAID (dshea) - Keep the subdir in driver disk update paths (dshea) - Warn about broken keyboard layout switching in VNC (#1274228) (jkonecny) - Make the anaconda-generator exit early outside of the installation environment (#1289179) (mkolman) --- diff --git a/.gitignore b/.gitignore index 9adf64a..9455166 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ /anaconda-25.14.tar.bz2 /anaconda-25.15.tar.bz2 /anaconda-25.16.tar.bz2 +/anaconda-25.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3adcf4b..b4e8349 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.16 +Version: 25.17 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -325,6 +325,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jun 10 2016 Brian C. Lane - 25.17-1 +- Revert "Temporarily disable translations" (bcl) +- Change where to look for the iscsi object (#1344131) (dshea) +- Fix old blivet identifiers (#1343907) (dshea) +- Fix a covscan warning about fetch-driver-net (#1269915) (bcl) +- Fix crash when NM get_setting* methods return None (#1273497) (jkonecny) +- Overwrite network files when using ks liveimg (#1342639) (bcl) +- Stop using undocumented DNF logging API (bcl) +- Use the LUKS device for encrypted swap on RAID (dshea) +- Keep the subdir in driver disk update paths (dshea) +- Warn about broken keyboard layout switching in VNC (#1274228) (jkonecny) +- Make the anaconda-generator exit early outside of the installation + environment (#1289179) (mkolman) + * Fri Jun 03 2016 Brian C. Lane - 25.16-1 - Add a button to refresh the disk list. (dlehman) - Only try to restart payload in the Anaconda environment (mkolman) diff --git a/sources b/sources index 890f1e3..c99f1a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b57ce847a01a6d1819014b369f09ecf8 anaconda-25.16.tar.bz2 +2a08374baee505f137934944ab9bb5b1 anaconda-25.17.tar.bz2