From 0029e0549eba38fbf7477f45eb4d1bbcd1ebf5d8 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 27 Apr 2023 11:15:54 +0800 Subject: [PATCH] Fix Obsoletes version --- python-fasteners.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index 3251a6b..9edf674 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-fasteners Version: 0.18 -Release: 2 +Release: 3 Summary: A python package that provides useful locks License: ASL 2.0 URL: https://github.com/harlowja/fasteners @@ -15,7 +15,7 @@ Cross-platform locks for threads and processes. %package -n python3-fasteners Summary: A python package that provides useful locks Provides: python-fasteners -Obsoletes: python-fasteners-help < 0.18 +Obsoletes: python-fasteners-help <= 0.18 BuildRequires: python3-devel BuildRequires: python3-setuptools python3-pip python3-wheel %description -n python3-fasteners @@ -36,6 +36,9 @@ Cross-platform locks for threads and processes. %doc README.md %changelog +* Thu Apr 27 2023 wangkai <13474090681@163.com> - 0.18-3 +- Fix Obsoletes version + * Wed Apr 26 2023 wangkai <13474090681@163.com> - 0.18-2 - Compling package with pyproject - Obsoletes subpackage python-fasteners-help -- Gitee