New version 29.14-1
- Increase module startup timeout to 600 seconds (mkolman) - Fix name of the Zanata Python client package (mkolman) - Add tests for the auto partitioning module (vponcova) - Create the auto partitioning module (vponcova) - Add the firewall submodule (mkolman) - Once again fix cmdline error handling. (#1360223) (sbueno+anaconda) - Extend the timeout period to 180s in the case of cmdline error. (#1360223) (sbueno+anaconda) - Fix the clearpart test with disklabel option (vponcova) - The specified nosetests failed to run (vponcova)
This commit is contained in:
parent
0ba48b476f
commit
b94281b3fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@
|
|||||||
/anaconda-29.11.tar.bz2
|
/anaconda-29.11.tar.bz2
|
||||||
/anaconda-29.12.tar.bz2
|
/anaconda-29.12.tar.bz2
|
||||||
/anaconda-29.13.tar.bz2
|
/anaconda-29.13.tar.bz2
|
||||||
|
/anaconda-29.14.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 29.13
|
Version: 29.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -347,6 +347,18 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 04 2018 Martin Kolman <mkolman@redhat.com> - 29.14-1
|
||||||
|
- Increase module startup timeout to 600 seconds (mkolman)
|
||||||
|
- Fix name of the Zanata Python client package (mkolman)
|
||||||
|
- Add tests for the auto partitioning module (vponcova)
|
||||||
|
- Create the auto partitioning module (vponcova)
|
||||||
|
- Add the firewall submodule (mkolman)
|
||||||
|
- Once again fix cmdline error handling. (#1360223) (sbueno+anaconda)
|
||||||
|
- Extend the timeout period to 180s in the case of cmdline error. (#1360223)
|
||||||
|
(sbueno+anaconda)
|
||||||
|
- Fix the clearpart test with disklabel option (vponcova)
|
||||||
|
- The specified nosetests failed to run (vponcova)
|
||||||
|
|
||||||
* Tue Apr 24 2018 Martin Kolman <mkolman@redhat.com> - 29.13-1
|
* Tue Apr 24 2018 Martin Kolman <mkolman@redhat.com> - 29.13-1
|
||||||
- Show correct root account locked status in reconfig mode (#1507940) (mkolman)
|
- Show correct root account locked status in reconfig mode (#1507940) (mkolman)
|
||||||
- Add missing lines and modularization only log to test coverage (jkonecny)
|
- Add missing lines and modularization only log to test coverage (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-29.13.tar.bz2) = d12163edb7e17b924183a0317d77aadafe73fef7029eb548fc5764f51b997155279b77ef82cebde23468efeee48c4ae484380d781edcb4090a665ac9cc02dbc9
|
SHA512 (anaconda-29.14.tar.bz2) = 119386424c6aa08a04725c884a3af421ff86f62e58399b50aa38a2066c45c726b971ac74db2a6d2354f86d5abd5f91bb148f1afe87506fad028b8a88e0ff1ecd
|
||||||
|
Loading…
Reference in New Issue
Block a user