New version 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)
This commit is contained in:
parent
06ba5329be
commit
cbf2649d3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@
|
|||||||
/anaconda-26.8.tar.bz2
|
/anaconda-26.8.tar.bz2
|
||||||
/anaconda-26.9.tar.bz2
|
/anaconda-26.9.tar.bz2
|
||||||
/anaconda-26.10.tar.bz2
|
/anaconda-26.10.tar.bz2
|
||||||
|
/anaconda-26.11.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 26.10
|
Version: 26.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -82,7 +82,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
|||||||
%package core
|
%package core
|
||||||
Summary: Core of the Anaconda installer
|
Summary: Core of the Anaconda installer
|
||||||
Requires: python3-dnf >= %{dnfver}
|
Requires: python3-dnf >= %{dnfver}
|
||||||
Requires: python3-blivet >= 1:2.1.5
|
Requires: python3-blivet >= 1:2.1.6-3
|
||||||
Requires: python3-meh >= %{mehver}
|
Requires: python3-meh >= %{mehver}
|
||||||
Requires: libreport-anaconda >= 2.0.21-1
|
Requires: libreport-anaconda >= 2.0.21-1
|
||||||
Requires: libselinux-python3
|
Requires: libselinux-python3
|
||||||
@ -324,6 +324,19 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2016 Martin Kolman <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 26.10-1
|
* Fri Nov 04 2016 Martin Kolman <mkolman@redhat.com> - 26.10-1
|
||||||
- F26_DisplayMode was added by non-interactive mode (jkonecny)
|
- F26_DisplayMode was added by non-interactive mode (jkonecny)
|
||||||
- Fix pyanaconda tests for display mode (jkonecny)
|
- Fix pyanaconda tests for display mode (jkonecny)
|
||||||
|
Loading…
Reference in New Issue
Block a user