From 32f491b867107edf0ef9e79fa5f8036246838590 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 10 2022 07:00:06 +0000 Subject: import anaconda-33.16.6.7-1.el8 --- diff --git a/.anaconda.metadata b/.anaconda.metadata index 68188fd..4a8b0e0 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -b1f1099486de74fbc7e072def7acdaec7c165f32 SOURCES/anaconda-33.16.5.6.tar.bz2 +4a18290b48334853135fcea300f3e4c81e11ce7f SOURCES/anaconda-33.16.6.7.tar.bz2 diff --git a/.gitignore b/.gitignore index af845fa..3be728b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.5.6.tar.bz2 +SOURCES/anaconda-33.16.6.7.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 d93922e..d19191f 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -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 - 33.16.5.6-1 +* Wed Mar 09 2022 Radek Vykydal - 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 + +* 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#2002203 - -* Mon Sep 13 2021 Radek Vykydal - 33.16.5.5-1 + 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 - 33.16.5.4-1 - Disable anaconda-core's requirement on subscription-manager on CentOS (carl)