bugfix more dnf grouplist info
(cherry picked from commit fe0452359315e863cf20976c2e9dfde9bf16fa71)
This commit is contained in:
parent
d85c9d024c
commit
6a0a5d3ddd
@ -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: 23
|
Release: 24
|
||||||
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
|
||||||
@ -303,6 +303,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 07 2023 sunhai <sunhai10@huawei.com> - 36.16.5-24
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: bugfix more dnf grouplist info
|
||||||
|
|
||||||
* Thu Aug 31 2023 sunhai <sunhai10@huawei.com> - 36.16.5-23
|
* Thu Aug 31 2023 sunhai <sunhai10@huawei.com> - 36.16.5-23
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -67,8 +67,8 @@ index b1f452c..c73f3d9 100644
|
|||||||
log.info("Excluding specs: %s", exclude_list)
|
log.info("Excluding specs: %s", exclude_list)
|
||||||
|
|
||||||
+ global g_include_list, g_exclude_list
|
+ global g_include_list, g_exclude_list
|
||||||
+ g_include_list.extend(include_list)
|
+ g_include_list = list(include_list)
|
||||||
+ g_exclude_list.extend(exclude_list)
|
+ g_exclude_list = list(exclude_list)
|
||||||
+
|
+
|
||||||
try:
|
try:
|
||||||
self._base.install_specs(
|
self._base.install_specs(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user