remove redundant %{?dist}

(cherry picked from commit 0065b0c7c396e297906e927d9796d12060725ff7)
This commit is contained in:
wangxiao65 2020-12-28 16:31:27 +08:00 committed by openeuler-sync-bot
parent acb54dce52
commit 48002dc51b

View File

@ -8,7 +8,7 @@
Name: python-%{pypi_name}
Version: 0.14.1
Release: 20%{?dist}
Release: 21
Summary: A python package that provides useful locks
License: ASL 2.0
@ -58,5 +58,8 @@ nosetests-%{python3_version}
%changelog
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.14.1-21
* Mon Dec 28 2020 wangxiao <wangxiao65@huawei.com> - 0.14.1-21
- remove redundant %{?dist}
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.14.1-20
- Init python3-fasteners project