forked from pool/python-ethtool
- update to 0.15:
- Tests are now skipped for wireguard devices - pifconfig is now able to show more than one IPv4 address per interface - pifconfig supports interfaces with no IPv4 address OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ethtool?expand=0&rev=15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ethtool
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%global pypi_name ethtool
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
Summary: Ethernet settings Python bindings
|
||||
License: GPL-2.0-only
|
||||
@@ -35,7 +35,7 @@ BuildRequires: net-tools-deprecated
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user