!4 python-hwdata

Merge pull request !4 from 符样清/master
This commit is contained in:
openeuler-ci-bot 2020-06-19 11:23:07 +08:00 committed by Gitee
commit 3eab04e1c3

View File

@ -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<fuyangqing@huawei.com> - 2.3.7-6
-Type:bugfix
-ID:NA
-SUG:NA
-DESC:change sepc hardcode the dependent python version number
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 2.3.7-5
- Package init