import anaconda-33.16.6.7-1.el8

This commit is contained in:
CentOS Sources 2022-05-10 03:00:06 -04:00 committed by Stepan Oksanichenko
parent b1d7dedf8c
commit 3d8f9ecda1
3 changed files with 56 additions and 9 deletions

View File

@ -1 +1 @@
b1f1099486de74fbc7e072def7acdaec7c165f32 SOURCES/anaconda-33.16.5.6.tar.bz2
4a18290b48334853135fcea300f3e4c81e11ce7f SOURCES/anaconda-33.16.6.7.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.5.6.tar.bz2
SOURCES/anaconda-33.16.6.7.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.5.6
Version: 33.16.6.7
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -103,7 +103,7 @@ Requires: python3-dasbus >= %{dasbusver}
Requires: flatpak-libs
%if %{defined rhel} && %{undefined centos}
Requires: python3-syspurpose
Requires: subscription-manager >= 1.26
Requires: subscription-manager >= 1.28.26
%endif
# pwquality only "recommends" the dictionaries it needs to do anything useful,
@ -367,13 +367,60 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Sep 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.6-1
- Payload should wait for all storage related threads to finish (mkolman)
Resolves: rhbz#2002203
* Wed Mar 09 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.7-1
- ovirt: move /var/tmp and /var/crash to own partition (sbonazzo)
Resolves: rhbz#2057475
- Tier 0 Localization
Resolves: rhbz#2016918
* Mon Sep 13 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.5-1
* Wed Feb 23 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.6.6-1
- Bump subscription-manager version (mkolman)
Related: rhbz#1968574
- Improve UX in Simple Content Access mode (mkolman)
Resolves: rhbz#1968574
- Add IsSimpleContentAccessEnabled property (mkolman)
Related: rhbz#1968574
- Add support for SCA mode detection from registration data (mkolman)
Related: rhbz#1968574
* Tue Jan 04 2022 Martin Kolman <mkolman@redhat.com> - 33.16.6.5-1
- Fix the status of the root configuration screen (vponcova)
Related: rhbz#1981807
- Fix the condition for entering the root configuration (vponcova)
Related: rhbz#1981807
- Fix the condition for completing the root configuration (vponcova)
Resolves: rhbz#1981807
* Fri Nov 26 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.4-1
- Wait for all background threads to finish before filling installation task
queue (mkolman)
Resolves: rhbz#1824422
* Fri Nov 05 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.3-1
- Fix application of network --mtu kickstart option in Anaconda (rvykydal)
Resolves: rhbz#2018301
- Configure the multilib policy of the target system (vponcova)
Resolves: rhbz#1571727
- network: apply kickstart network --nodefroute also from stage2 (rvykydal)
Resolves: rhbz#1990145
* Wed Oct 20 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.2-1
- Make network spoke GUI more robust in cases of missing NM Client. (rvykydal)
Resolves: rhbz#2003115
- Do not crash on missing NM Client on --vnc installations (rvykydal)
Related: rhbz#2003115
- In installer environment set static, not transient hostname (rvykydal)
Resolves: rhbz#1975349
- Add product config for AlmaLinux (andrew.lukoshko)
Resolves: rhbz#2003692
- Fix creation of user account with empty password (mkolman)
Resolves: rhbz#1687315
* Thu Sep 30 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.1-1
- Payload should wait for all storage related threads to finish (mkolman)
Resolves: rhbz#2007615
- Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
Resolves: rhbz#2001913
Resolves: rhbz#2002722
* Mon Aug 02 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.4-1
- Disable anaconda-core's requirement on subscription-manager on CentOS (carl)