Adding help package to the installation dependency of the main package

This commit is contained in:
wangjie 2020-11-06 17:18:54 +08:00
parent 8dea70d6b4
commit a3626762de

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.7.9 Version: 3.7.9
Release: 2 Release: 3
License: Python License: Python
%global branchversion 3.7 %global branchversion 3.7
@ -106,6 +106,7 @@ Patch6001: CVE-2019-9674.patch
Patch9000: python3-add-generic-os-support.patch Patch9000: python3-add-generic-os-support.patch
Requires: %{name}-help = %{version}
Provides: python%{branchversion} = %{version}-%{release} Provides: python%{branchversion} = %{version}-%{release}
Provides: python(abi) = %{branchversion} Provides: python(abi) = %{branchversion}
@ -797,6 +798,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Fri Nov 6 2020 wangjie<wangjie294@huawei.com> - 3.7.9-3
- Type:NA
- ID:NA
- SUG:NA
- DESC:Adding help package to the installation dependency of the main package
* Wed Sep 2 2020 tianwei<tianwei12@huawei.com> - 3.7.9-2 * Wed Sep 2 2020 tianwei<tianwei12@huawei.com> - 3.7.9-2
- Type:NA - Type:NA
- ID:NA - ID:NA