!16 修正 Obsoletes 版本
From: @wk333 Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
ca22291e9a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user