From 6a0a5d3ddd2841097f75e8641c1870027793f136 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Thu, 7 Sep 2023 19:04:36 +0800 Subject: [PATCH] bugfix more dnf grouplist info (cherry picked from commit fe0452359315e863cf20976c2e9dfde9bf16fa71) --- anaconda.spec | 8 +++++++- ...ge-the-startup-mode-of-do_transaction-sub-proces.patch | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index 0803502..077a0fd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 23 +Release: 24 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -303,6 +303,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Sep 07 2023 sunhai - 36.16.5-24 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: bugfix more dnf grouplist info + * Thu Aug 31 2023 sunhai - 36.16.5-23 - Type:bugfix - ID:NA diff --git a/bugfix-change-the-startup-mode-of-do_transaction-sub-proces.patch b/bugfix-change-the-startup-mode-of-do_transaction-sub-proces.patch index 9179cd2..cefc6ea 100644 --- a/bugfix-change-the-startup-mode-of-do_transaction-sub-proces.patch +++ b/bugfix-change-the-startup-mode-of-do_transaction-sub-proces.patch @@ -67,8 +67,8 @@ index b1f452c..c73f3d9 100644 log.info("Excluding specs: %s", exclude_list) + global g_include_list, g_exclude_list -+ g_include_list.extend(include_list) -+ g_exclude_list.extend(exclude_list) ++ g_include_list = list(include_list) ++ g_exclude_list = list(exclude_list) + try: self._base.install_specs(