!12 [sync] PR-11: 修复python3-tempora和python3-jaraco-classes的安装冲突

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-27 08:45:16 +00:00 committed by Gitee
commit d5ca8c8de4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-tempora Name: python-tempora
Version: 5.2.1 Version: 5.2.1
Release: 1 Release: 2
Summary: Objects and routines pertaining to date and time (tempora) Summary: Objects and routines pertaining to date and time (tempora)
License: MIT License: MIT
URL: https://github.com/jaraco/tempora URL: https://github.com/jaraco/tempora
@ -43,8 +43,7 @@ Provides: python3-tempora-doc
Objects and routines pertaining to date and time (tempora). Objects and routines pertaining to date and time (tempora).
%prep %prep
%autosetup -n tempora-5.2.1 %autosetup -n tempora-5.2.1 -p1
%patch0
%build %build
%py3_build %py3_build
@ -84,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Feb 27 2023 yaoxin <yaoxin30@h-partners.com> - 5.2.1-2
- Fix installation conflicts between python3-tempora and python3-jaraco-classes
* Tue Feb 7 2023 wubijie <wubijie@kylinos.cn> - 5.2.1-1 * Tue Feb 7 2023 wubijie <wubijie@kylinos.cn> - 5.2.1-1
- update to 5.2.1 - update to 5.2.1