!394 skip non-exitent packages continue the installion
From: @sun_hai_10 Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
0cfa92ac0d
@ -1,7 +1,7 @@
|
|||||||
%define _empty_manifest_terminate_build 0
|
%define _empty_manifest_terminate_build 0
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 36.16.5
|
Version: 36.16.5
|
||||||
Release: 43
|
Release: 44
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -327,6 +327,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 2024 sunhai <sunhai10@huawei.com> - 36.16.5-44
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: skip non-exitent packages continue the installion
|
||||||
|
|
||||||
* Mon Nov 25 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 36.16.5-43
|
* Mon Nov 25 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 36.16.5-43
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -111,7 +111,7 @@ index b1f452c..c73f3d9 100644
|
|||||||
+ g_include_list,
|
+ g_include_list,
|
||||||
+ g_exclude_list,
|
+ g_exclude_list,
|
||||||
+ self._ignore_broken_packages,
|
+ self._ignore_broken_packages,
|
||||||
+ self._ignore_missing_packages))
|
+ True))
|
||||||
|
|
||||||
# Start the transaction.
|
# Start the transaction.
|
||||||
log.debug("Starting the transaction process...")
|
log.debug("Starting the transaction process...")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user