From 6cff2d8123be596ae2f551d1b8aa723044d853c9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 11 Feb 2022 05:31:53 +0000 Subject: [PATCH] import python-ethtool-0.14-5.el8 --- SPECS/python-ethtool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/python-ethtool.spec b/SPECS/python-ethtool.spec index 8c32685..e0d861e 100644 --- a/SPECS/python-ethtool.spec +++ b/SPECS/python-ethtool.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.14 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python module to interface with %{pypi_name} License: GPLv2 @@ -77,6 +77,10 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Mon Feb 07 2022 John Kacur - 0.15-5 +- Add functional test to python-ethtool +- Resolves: rhbz#2051609 + * Thu Jan 20 2022 John Kacur - 0.14-4 - Rebuild for rhel-8.6, no functional change - Resolves: rhbz#2042222