New version 32.14-1
- network: restrict applying of config from ks in initramfs with NM (#1768791) (rvykydal) - network: try to apply kickstart in initramfs only if neeeded (#1768791) (rvykydal) - Use default required space solution for LiveOS payload (jkonecny) - Fix Live Image module required value default (jkonecny) - Add defaults to payload required space base (jkonecny) - Move set up and tear down sources to payload base (jkonecny) - Move installation task API to base payload (jkonecny) - Move SpaceRequired API to payload base (jkonecny) - Add tests payload shared API for sources handling (jkonecny) - Add payload shared test API for sources (jkonecny) - Tweak payload_shared test class (jkonecny) - Use payload base interface for existing payloads (jkonecny) - Add payload base interface implementation (jkonecny) - Move payload base to payloads folder (jkonecny) - Move source base classes to payload.sources (jkonecny) - Add names to the network tests (vslavik) - Forbid trailing period (dot) in hostname (#1648107) (vslavik) - Remove the enum PartitioningMethod from the Storage spoke in GUI (vponcova) - Collections of callbacks in signals can be changed during emitting (vponcova) - Run the installation tasks of the DBus addons (vponcova) - Add DBus support for installation tasks for addons in the Boss (vponcova) - Provide fake installation tasks for the Baz addon (vponcova) - Add DBus support for installation tasks for addons (vponcova) - Add support for running DBus tasks in one task (vponcova) - Don't enable BLS for Xen machines (javierm)
This commit is contained in:
parent
45ec094394
commit
ffb4c67c9b
1
.gitignore
vendored
1
.gitignore
vendored
@ -215,3 +215,4 @@
|
|||||||
/anaconda-32.11.tar.bz2
|
/anaconda-32.11.tar.bz2
|
||||||
/anaconda-32.12.tar.bz2
|
/anaconda-32.12.tar.bz2
|
||||||
/anaconda-32.13.tar.bz2
|
/anaconda-32.13.tar.bz2
|
||||||
|
/anaconda-32.14.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 32.13
|
Version: 32.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -347,6 +347,35 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 12 2019 Martin Kolman <mkolman@redhat.com> - 32.14-1
|
||||||
|
- network: restrict applying of config from ks in initramfs with NM (#1768791)
|
||||||
|
(rvykydal)
|
||||||
|
- network: try to apply kickstart in initramfs only if neeeded (#1768791)
|
||||||
|
(rvykydal)
|
||||||
|
- Use default required space solution for LiveOS payload (jkonecny)
|
||||||
|
- Fix Live Image module required value default (jkonecny)
|
||||||
|
- Add defaults to payload required space base (jkonecny)
|
||||||
|
- Move set up and tear down sources to payload base (jkonecny)
|
||||||
|
- Move installation task API to base payload (jkonecny)
|
||||||
|
- Move SpaceRequired API to payload base (jkonecny)
|
||||||
|
- Add tests payload shared API for sources handling (jkonecny)
|
||||||
|
- Add payload shared test API for sources (jkonecny)
|
||||||
|
- Tweak payload_shared test class (jkonecny)
|
||||||
|
- Use payload base interface for existing payloads (jkonecny)
|
||||||
|
- Add payload base interface implementation (jkonecny)
|
||||||
|
- Move payload base to payloads folder (jkonecny)
|
||||||
|
- Move source base classes to payload.sources (jkonecny)
|
||||||
|
- Add names to the network tests (vslavik)
|
||||||
|
- Forbid trailing period (dot) in hostname (#1648107) (vslavik)
|
||||||
|
- Remove the enum PartitioningMethod from the Storage spoke in GUI (vponcova)
|
||||||
|
- Collections of callbacks in signals can be changed during emitting (vponcova)
|
||||||
|
- Run the installation tasks of the DBus addons (vponcova)
|
||||||
|
- Add DBus support for installation tasks for addons in the Boss (vponcova)
|
||||||
|
- Provide fake installation tasks for the Baz addon (vponcova)
|
||||||
|
- Add DBus support for installation tasks for addons (vponcova)
|
||||||
|
- Add support for running DBus tasks in one task (vponcova)
|
||||||
|
- Don't enable BLS for Xen machines (javierm)
|
||||||
|
|
||||||
* Tue Nov 05 2019 Martin Kolman <mkolman@redhat.com> - 32.13-1
|
* Tue Nov 05 2019 Martin Kolman <mkolman@redhat.com> - 32.13-1
|
||||||
- Clean up ancient timezone tests (vslavik)
|
- Clean up ancient timezone tests (vslavik)
|
||||||
- Add missing quotation mark to tmux.conf (jkonecny)
|
- Add missing quotation mark to tmux.conf (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-32.13.tar.bz2) = 54c88a98c43cf857f5f099383d959b4450d366ffb96b4d4ccb894ec4010b2db935377f8b9c23dd85d765d91e1415b2220010614804a5a9c20c6c67768bcef1cb
|
SHA512 (anaconda-32.14.tar.bz2) = a340db6c14e7b467a3fc0b3133617b9db009d018a4bb01f0b9585dd7dbb9be5eb8c14915c8c679e84f967faa87920a0427e6298fb4b6624d62dc7c886738f025
|
||||||
|
Loading…
Reference in New Issue
Block a user