!14 [sync] PR-12: 去除release中的%{dist}

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-25 01:29:40 +00:00 committed by Gitee
commit 7902b41526
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -11,7 +11,7 @@
Name: python-%{modname}
Version: 3.0.0
Release: 10%{?dist}
Release: 11
Summary: Simple python library to deal with URI Templates (RFC 6570)
License: BSD
@ -57,5 +57,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v
%{python3_sitelib}/%{modname}/
%changelog
* Thu Mar 24 2022 Ge Wang <wangge@huawei.com> - 3.0.0-11
- Modify release number
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.0-10
- Init python3-uritemplate project