From f4cc02e4993c08a5fddfc6ccc14f8bc9784141c2 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 27 Feb 2023 14:23:46 +0800 Subject: [PATCH] Fix installation conflicts between python3-tempora and python3-jaraco-classes --- python-tempora.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-tempora.spec b/python-tempora.spec index b0a761d..cbc10e6 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora Version: 5.2.1 -Release: 1 +Release: 2 Summary: Objects and routines pertaining to date and time (tempora) License: MIT URL: https://github.com/jaraco/tempora @@ -43,8 +43,7 @@ Provides: python3-tempora-doc Objects and routines pertaining to date and time (tempora). %prep -%autosetup -n tempora-5.2.1 -%patch0 +%autosetup -n tempora-5.2.1 -p1 %build %py3_build @@ -84,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 27 2023 yaoxin - 5.2.1-2 +- Fix installation conflicts between python3-tempora and python3-jaraco-classes + * Tue Feb 7 2023 wubijie - 5.2.1-1 - update to 5.2.1 -- Gitee