From f0bd04b6285075c03b3c067b2bc10b97001e6418 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 18 Jun 2020 17:28:39 +0800 Subject: [PATCH] fix the issue for python version --- python-ethtool.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-ethtool.spec b/python-ethtool.spec index 3f99a78..f2081a0 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -1,7 +1,7 @@ %bcond_with tests Name: python-ethtool Version: 0.14 -Release: 2 +Release: 3 Summary: Python bindings for the ethtool kernel interface License: GPLv2 @@ -86,7 +86,7 @@ popd %files -n python3-ethtool %doc README.rst %license COPYING -%{python3_sitearch}/ethtool.cpython-37m-* +%{python3_sitearch}/ethtool.cpython-3* %{python3_sitearch}/ethtool-0.14-py?.?.egg-info %{_sbindir}/pethtool %{_sbindir}/pifconfig @@ -96,6 +96,12 @@ popd %doc %{_mandir}/man* %changelog +* Thu Jun 18 2020 jinzhimin - 0.14-3 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:fix the issue for python version + * Thu Nov 21 2019 openEuler Buildteam - 0.14-2 - Type:bugfix - Id:NA -- Gitee