fix the issue for python version

This commit is contained in:
jinzhimin369 2020-06-18 17:28:39 +08:00
parent b6ddb54f78
commit f0bd04b628

View File

@ -1,7 +1,7 @@
%bcond_with tests %bcond_with tests
Name: python-ethtool Name: python-ethtool
Version: 0.14 Version: 0.14
Release: 2 Release: 3
Summary: Python bindings for the ethtool kernel interface Summary: Python bindings for the ethtool kernel interface
License: GPLv2 License: GPLv2
@ -86,7 +86,7 @@ popd
%files -n python3-ethtool %files -n python3-ethtool
%doc README.rst %doc README.rst
%license COPYING %license COPYING
%{python3_sitearch}/ethtool.cpython-37m-* %{python3_sitearch}/ethtool.cpython-3*
%{python3_sitearch}/ethtool-0.14-py?.?.egg-info %{python3_sitearch}/ethtool-0.14-py?.?.egg-info
%{_sbindir}/pethtool %{_sbindir}/pethtool
%{_sbindir}/pifconfig %{_sbindir}/pifconfig
@ -96,6 +96,12 @@ popd
%doc %{_mandir}/man* %doc %{_mandir}/man*
%changelog %changelog
* Thu Jun 18 2020 jinzhimin <jinzhimin2@huawei.com> - 0.14-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix the issue for python version
* Thu Nov 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.14-2 * Thu Nov 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.14-2
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA