deleting gdb build dependency

This commit is contained in:
Zhiqiang Liu 2021-07-22 16:38:27 +08:00
parent 35bb16f928
commit 3aeecfb968

View File

@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language
URL: https://www.python.org/ URL: https://www.python.org/
Version: 3.8.5 Version: 3.8.5
Release: 11 Release: 12
License: Python License: Python
%global branchversion 3.8 %global branchversion 3.8
@ -62,7 +62,6 @@ BuildRequires: pkgconfig
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: system-rpm-config BuildRequires: system-rpm-config
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: gdb
BuildRequires: tar BuildRequires: tar
BuildRequires: tcl-devel BuildRequires: tcl-devel
@ -808,6 +807,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Thu Jul 22 2021 liudabo<liudabo1@huawei.com> - 3.8.5-12
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:deleting gdb build dependency
* Mon May 31 2021 shixuantong<shixuantong@huawei.com> - 3.8.5-11 * Mon May 31 2021 shixuantong<shixuantong@huawei.com> - 3.8.5-11
- Type:CVE - Type:CVE
- CVE:CVE-2021-3426 CVE-2021-29921 - CVE:CVE-2021-3426 CVE-2021-29921