diff --git a/.gitignore b/.gitignore index 8dcbff0..f2dcde2 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /anaconda-26.8.tar.bz2 /anaconda-26.9.tar.bz2 /anaconda-26.10.tar.bz2 +/anaconda-26.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6e2f858..f982379 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.10 +Version: 26.11 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -82,7 +82,7 @@ The anaconda package is a metapackage for the Anaconda installer. %package core Summary: Core of the Anaconda installer Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:2.1.5 +Requires: python3-blivet >= 1:2.1.6-3 Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python3 @@ -324,6 +324,19 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Nov 10 2016 Martin Kolman - 26.11-1 +- Relax blivet dependency to >= 2.1.6-3 (awilliam) +- Bump required Blivet version (#1378156) (mkolman) +- Fix bad exception handling from blivet in iscsi (#1378156) (jkonecny) +- tui: New class for prompt (vponcova) +- iSCSI: adjust to change in blivet auth info (#1378156) (awilliam) +- Disable false positive pylint error (jkonecny) +- Add some error checking when users don't provide input for DASD devices. + (sbueno+anaconda) +- Add some error checking when users don't provide input for zFCP devices. + (sbueno+anaconda) +- Fix tui timezone region selection by name (vponcova) + * Fri Nov 04 2016 Martin Kolman - 26.10-1 - F26_DisplayMode was added by non-interactive mode (jkonecny) - Fix pyanaconda tests for display mode (jkonecny) diff --git a/sources b/sources index e640b4c..1f9bdf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bbc27940aea7faf70952b15988816bf anaconda-26.10.tar.bz2 +2af65ca620fe71e905ddfe3057305aa4 anaconda-26.11.tar.bz2