From d30c104852f8578c533430b29d8d9c5b37d66ed9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 26 2022 04:20:00 +0000 Subject: import anaconda-33.16.6.6-1.el8 --- diff --git a/.anaconda.metadata b/.anaconda.metadata index 50440e0..14899de 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -90c05fb8e9156385725d49eb42ccfc15e0585e59 SOURCES/anaconda-33.16.6.5.tar.bz2 +e01b3754585f5ef422d1e444fb7c45c813711913 SOURCES/anaconda-33.16.6.6.tar.bz2 diff --git a/.gitignore b/.gitignore index 1dccdad..c54f039 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.6.5.tar.bz2 +SOURCES/anaconda-33.16.6.6.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index bac8ed6..ef17087 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.6.5 +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,16 @@ 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