diff --git a/.anaconda.metadata b/.anaconda.metadata index 2cd6c41..b98edbb 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -e577a4fcd926671451897f526e3b55668bb14b19 SOURCES/anaconda-33.16.3.15.tar.bz2 +2b909ec18dd09b6aa79526fb3b376ead0753c773 SOURCES/anaconda-33.16.3.16.tar.bz2 diff --git a/.gitignore b/.gitignore index 712ba00..7e6a4cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.3.15.tar.bz2 +SOURCES/anaconda-33.16.3.16.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 357f71e..cc7e9c8 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.3.15 +Version: 33.16.3.16 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -366,6 +366,33 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 04 2020 Radek Vykydal - 33.16.3.16-1 +- Implement get_source_proxy() in payload base class (mkolman) + Resolves: rhbz#1861456 +- Restore RHEL-specific stylesheet data (vponcova) + Resolves: rhbz#1865882 +- subscription: Convert the RHSM default config values to expected format + (mkolman) + Resolves: rhbz#1862116 +- Create ssh user using only existing fields (vslavik) + Resolves: rhbz#1860058 +- Remove subscription workaround to not use treeinfo repositories (jkonecny) + Related: rhbz#1851207 +- Fix issue that treeinfo repositories were never disabled (jkonecny) + Related: rhbz#1851207 +- Keep treeinfo repositories disabled after payload reset (jkonecny) + Related: rhbz#1851207 +- Reset repositories from the main thread (vponcova) + Related: rhbz#1851207 +- Initialize the closest mirror from the main thread (vponcova) + Related: rhbz#1851207 +- Fix crash on first entering of source spoke (jkonecny) + Related: rhbz#1851207 +- Remove treeinfo repositories instead of disabling (jkonecny) + Related: rhbz#1851207 +- Reload treeinfo repositories on every payload reset (jkonecny) + Resolves: rhbz#1851207 + * Thu Jul 30 2020 Radek Vykydal - 33.16.3.15-1 - Apply onboot policy even when network was configured in UI. (rvykydal) Resolves: rhbz#1856632