diff --git a/python-hwdata.spec b/python-hwdata.spec index 15da8d7423522357fe85c68f8540069c5bf30c65..c8c384acf921d277fe8b1d6634ab70e622c77d72 100644 --- a/python-hwdata.spec +++ b/python-hwdata.spec @@ -2,7 +2,7 @@ Name: python-hwdata Version: 2.3.7 -Release: 5 +Release: 6 Summary: Python bindings to hwdata package License: GPLv2 URL: https://github.com/xsuchy/python-hwdata @@ -68,18 +68,24 @@ popd %files -n python2-hwdata %defattr(-,root,root) %license LICENSE -%_prefix/lib/python2.7/site-packages/* +%{python2_sitelib}/* %endif # with python2 %files -n python3-hwdata %defattr(-,root,root) %license LICENSE -%_prefix/lib/python3.7/site-packages/* +%{python3_sitelib}/* %files help %defattr(-,root,root) %doc example.py README.md html %changelog +* Fri Jun 19 2020 fuyangqing - 2.3.7-6 +-Type:bugfix +-ID:NA +-SUG:NA +-DESC:change sepc hardcode the dependent python version number + * Tue Feb 11 2020 huzunhao - 2.3.7-5 - Package init