代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/python-ethtool 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%bcond_with tests
Name: python-ethtool
Version: 0.14
Release: 4
Summary: Python bindings for the ethtool kernel interface
License: GPLv2
URL: https://pypi.org/project/ethtool/
Source0: https://files.pythonhosted.org/packages/81/41/e6cb9026374771e3bdb4c0fe8ac0c51c693a14b4f72f26275da15f7a4d8b/ethtool-%{version}.tar.gz
BuildRequires: gcc libnl3-devel python3-setuptools python3-devel
%description
Python bindings for the ethtool kernel interface. The Python ethtool
module allows querying and partially controlling network interfaces,
driver, and hardware settings.
%package -n python3-ethtool
Summary: Python 3 bindings for the ethtool kernel interface
%{?python_provide:%python_provide python3-ethtool}
%description -n python3-ethtool
Python 3 bindings for the ethtool kernel interface. The Python ethtool
module allows querying and partially controlling network interfaces,
driver, and hardware settings.
%package_help
%prep
%autosetup -n ethtool-%{version} -p1
rm -rf ethtool.egg-info
%build
%py3_build
%install
%py3_install
install -d %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/pethtool %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/pifconfig %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8/
install -p man/*.8.* %{buildroot}%{_mandir}/man8/
rm -rf tests/test_scripts.py
%if %{with tests}
%check
export PYTHONPATH=%{buildroot}%{python3_sitearch}
%{__python3} tests/parse_ifconfig.py -v
%{__python3} -m unittest discover -v
%endif
%files -n python3-ethtool
%doc README.rst
%license COPYING
%{python3_sitearch}/ethtool.cpython-3*
%{python3_sitearch}/ethtool-0.14-py?.?.egg-info
%{_sbindir}/pethtool
%{_sbindir}/pifconfig
%files help
%doc CHANGES.rst
%doc %{_mandir}/man*
%changelog
* Thu Oct 29 2020 wangye <wangye70@huawei.com> - 0.14-4
- remove python2-ethtool subpackage and delete python2 for build
* 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
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:Modify the file name for x86
* Wed Sep 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.14-1
- Package Init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。