From 08860f471308af43ff47f41b14c7bce637fe58a6 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Thu, 13 Jan 2022 09:59:38 -0500 Subject: [PATCH] Rebuild python-ethtool for rhel-9.0 -Rebuild python-ethtool for rhel-9.0 Resolves: rhbz#2040095 Signed-off-by: John Kacur --- python-ethtool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ethtool.spec b/python-ethtool.spec index 5c4e0a8..a6e71b7 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python module to interface with %{pypi_name} License: GPLv2 @@ -76,6 +76,10 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Thu Jan 13 2022 John Kacur - 0.15-2 +- Rebuild for rhel-9.0 +Resolves:rhbz#2040095 + * Tue Aug 17 2021 Lumír Balhar - 0.15-1 - Update to 0.15 Resolves: rhbz#1976102 and rhbz#1977904