diff --git a/ethtool-0.14.tar.gz b/ethtool-0.14.tar.gz deleted file mode 100644 index 0c13c89..0000000 --- a/ethtool-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46565daa5c4de3ef6c5908d062a8646278086cd29c62e43e0e04e49e5e34768b -size 43204 diff --git a/ethtool-0.15.tar.gz b/ethtool-0.15.tar.gz new file mode 100644 index 0000000..746fd88 --- /dev/null +++ b/ethtool-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567260ea5805063bbcff71dabd6fb820f89bc84f720e9ebe315c7eef1449d908 +size 44894 diff --git a/python-ethtool.changes b/python-ethtool.changes index 3d449d9..3e32618 100644 --- a/python-ethtool.changes +++ b/python-ethtool.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 15 16:02:46 UTC 2022 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue May 26 06:34:08 UTC 2020 - Petr Gajdos diff --git a/python-ethtool.spec b/python-ethtool.spec index 5bc15e1..bf02a6b 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -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