remove redundant %{?dist}

(cherry picked from commit 8ff220db30f69b356a03a61e9e82c3e06ecce8cb)
This commit is contained in:
wangxiao65 2020-12-28 16:33:05 +08:00 committed by openeuler-sync-bot
parent e1d2002899
commit 6cc6f39412

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
* Mon Dec 28 2020 wangxiao <wangxiao65@huawei.com> - 3.0.0-11
- remove redundant %{?dist}
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.0-10
- Init python3-uritemplate project