diff --git a/python-jwt.spec b/python-jwt.spec index 62617be..98de763 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -2,7 +2,7 @@ %bcond_with tests Name: python-jwt Version: 1.7.1 -Release: 1 +Release: 2 Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -54,19 +54,25 @@ Requires: python%{python3_pkgversion}-cryptography %endif %files -n python2-jwt -%license LICENSE +%license LICENSE AUTHORS %{python2_sitelib}/%{srcname}/ %{python2_sitelib}/*.egg-info %files -n python%{python3_pkgversion}-jwt -%license LICENSE +%license LICENSE AUTHORS %{python3_sitelib}/%{srcname}/ %{python3_sitelib}/*.egg-info %{_bindir}/pyjwt %files help -%doc README.rst AUTHORS +%doc README.rst %changelog -* Sun Sep 15 2019 openEuler Buildteam - 1.7.1.-1 +* Fri Oct 11 2019 yefei - 1.7.1-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:move author from doc to license + +* Sun Sep 15 2019 openEuler Buildteam - 1.7.1-1 - Package init