From 752acc72ddedaad1d47f4a8d1be80d2051cbf93c Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Sat, 23 Nov 2024 19:15:33 +0800 Subject: [PATCH] skip non-exitent packages continue the installion --- anaconda.spec | 8 +++++++- ...ge-the-startup-mode-of-do_transaction-sub-proces.patch | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index c229717..851a9b9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 43 +Release: 44 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -327,6 +327,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Dec 2024 sunhai - 36.16.5-44 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: skip non-exitent packages continue the installion + * Mon Nov 25 2024 shenzhongwei - 36.16.5-43 - 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 cefc6ea..f94151e 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 @@ -111,7 +111,7 @@ index b1f452c..c73f3d9 100644 + g_include_list, + g_exclude_list, + self._ignore_broken_packages, -+ self._ignore_missing_packages)) ++ True)) # Start the transaction. log.debug("Starting the transaction process...")