From 770f2329cba50191ba79ae508b4ec6bb43b3e4e9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 29 2022 12:28:51 +0000 Subject: import anaconda-33.16.6.6-1.el8 --- diff --git a/.anaconda.metadata b/.anaconda.metadata index 58b7fe7..14899de 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -8bd710dfd255fe3cedafc806034e18912ff75bb2 SOURCES/anaconda-33.16.5.4.tar.bz2 +e01b3754585f5ef422d1e444fb7c45c813711913 SOURCES/anaconda-33.16.6.6.tar.bz2 diff --git a/.gitignore b/.gitignore index 0868b30..c54f039 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.5.4.tar.bz2 +SOURCES/anaconda-33.16.6.6.tar.bz2 diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 157740b..ef17087 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.5.4 +Version: 33.16.6.6 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,6 +367,55 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Feb 23 2022 Vendula Poncova - 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 - 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 - 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 - 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 - 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 - 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#2002722 + * Mon Aug 02 2021 Radek Vykydal - 33.16.5.4-1 - Disable anaconda-core's requirement on subscription-manager on CentOS (carl) Resolves: rhbz#1984958