!4 [sync] PR-2: remove redundant %{?dist}

From: @openeuler-sync-bot
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-06-03 09:56:06 +08:00 committed by Gitee
commit 37d2607f39

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