diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 757cf9853e98fc6420b05e95465160e7958df3da..9b2d17567dc00458d4b5375a07039ebc44f554f0 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -3,7 +3,7 @@ Name: python-ecdsa Version: 0.14.1 -Release: 1 +Release: 2 Summary: ECDSA cryptographic signature library License: MIT URL: https://pypi.python.org/pypi/ecdsa @@ -84,12 +84,15 @@ find src/ecdsa -name \*.py | xargs sed -ie '/\/usr\/bin\/env/d' %files -n python3-ecdsa %defattr(-,root,root) %license LICENSE -%_prefix/lib/python3.7/site-packages/* +%_prefix/lib/python%{python3_version}/site-packages/* %files help %defattr(-,root,root) %doc NEWS README.md %changelog -* Tue Feb 11 2020 huzunhao - 0.14.1-2 +* Tue Jun 16 2020 hanhui - 0.14.1-2 +- fix python3.8 can not find path + +* Tue Feb 11 2020 huzunhao - 0.14.1-1 - Package init