diff --git a/.anaconda.metadata b/.anaconda.metadata index b58a9f6..3c99119 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -e9a1596df4c00dcb5ec3602a0f8a815e7df9c0df SOURCES/anaconda-33.16.8.4.tar.bz2 +c0562b95773483413f84b243a6e428cc61ccc417 SOURCES/anaconda-33.16.8.5.tar.bz2 diff --git a/.gitignore b/.gitignore index 75a8c40..15aea55 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.8.4.tar.bz2 +SOURCES/anaconda-33.16.8.5.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 6f92e7b..7c3b661 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.8.4 +Version: 33.16.8.5 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.28.26 +Requires: subscription-manager >= 1.28.33 %endif # pwquality only "recommends" the dictionaries it needs to do anything useful, @@ -367,6 +367,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jan 03 2023 Jiri Konecny - 33.16.8.5-1 +- Delegate auto-attach handling to RHSM (mkolman) + Resolves: rhbz#2083318 +- Test the InstallerStorage.copy method (vponcova) + Related: rhbz#1913035 +- Show multiple bootloader devices on the Manual Partitioning screen (vponcova) + Resolves: rhbz#1913035 +- Implement the Root.copy method (vponcova) + Related: rhbz#1913035 +- Redefine the Blivet.roots attribute (vponcova) + Related: rhbz#1913035 +- Redefine the Blivet.copy method (vponcova) + Related: rhbz#1913035 +- Use correct hint for VNC password boot option (jstodola) + Resolves: rhbz#2125679 + * Tue Nov 29 2022 Radek Vykydal - 33.16.8.4-1 - Disable the concurrency check in the error dialog in TUI (vponcova) Resolves: rhbz#1807491 @@ -1128,9 +1144,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d Related: rhbz#1691319 - Update required version of blivet (rvykydal) Related: rhbz#1691319 -- Remove tests for --ignorebroken %packages section option (rvykydal) +- Remove tests for --ignorebroken packages section option (rvykydal) Related: rhbz#1691319 -- Remove support for --ignorebroken %packages option (rvykydal) +- Remove support for --ignorebroken packages option (rvykydal) Related: rhbz#1691319 - Use F25_Timezone (rvykydal) Related: rhbz#1691319