Fix Obsoletes version
This commit is contained in:
parent
2efa6c900c
commit
0029e0549e
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-fasteners
|
Name: python-fasteners
|
||||||
Version: 0.18
|
Version: 0.18
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A python package that provides useful locks
|
Summary: A python package that provides useful locks
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/harlowja/fasteners
|
URL: https://github.com/harlowja/fasteners
|
||||||
@ -15,7 +15,7 @@ Cross-platform locks for threads and processes.
|
|||||||
%package -n python3-fasteners
|
%package -n python3-fasteners
|
||||||
Summary: A python package that provides useful locks
|
Summary: A python package that provides useful locks
|
||||||
Provides: python-fasteners
|
Provides: python-fasteners
|
||||||
Obsoletes: python-fasteners-help < 0.18
|
Obsoletes: python-fasteners-help <= 0.18
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools python3-pip python3-wheel
|
BuildRequires: python3-setuptools python3-pip python3-wheel
|
||||||
%description -n python3-fasteners
|
%description -n python3-fasteners
|
||||||
@ -36,6 +36,9 @@ Cross-platform locks for threads and processes.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 26 2023 wangkai <13474090681@163.com> - 0.18-2
|
||||||
- Compling package with pyproject
|
- Compling package with pyproject
|
||||||
- Obsoletes subpackage python-fasteners-help
|
- Obsoletes subpackage python-fasteners-help
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user