diff --git a/.anaconda.metadata b/.anaconda.metadata index 3c99119..a736051 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -c0562b95773483413f84b243a6e428cc61ccc417 SOURCES/anaconda-33.16.8.5.tar.bz2 +98cddec1a05e8a71a5d10f0b5272d4f9e3f8769d SOURCES/anaconda-33.16.8.6.tar.bz2 diff --git a/.gitignore b/.gitignore index 15aea55..0c55efc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.8.5.tar.bz2 +SOURCES/anaconda-33.16.8.6.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 7c3b661..ae1111c 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.8.5 +Version: 33.16.8.6 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -367,6 +367,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jan 09 2023 Jiri Konecny - 33.16.8.6-1 +- payload: fix repo --includepkgs option (rvykydal) + Resolves: rhbz#2014103 +- bootloader/zipl.py: update for zipl >= 2.25.0 (dan) + Resolves: rhbz#2157917 + * Tue Jan 03 2023 Jiri Konecny - 33.16.8.5-1 - Delegate auto-attach handling to RHSM (mkolman) Resolves: rhbz#2083318