From 8f6895366f59201efb623b8332e9b3afe3929aff Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Feb 2022 13:10:01 -0500 Subject: [PATCH] import python-ethtool-0.15-2.el9 --- .gitignore | 2 +- .python-ethtool.metadata | 2 +- SPECS/python-ethtool.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e5d0123..3d4a516 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ethtool-0.14.tar.gz +SOURCES/ethtool-0.15.tar.gz diff --git a/.python-ethtool.metadata b/.python-ethtool.metadata index 550131a..ee03531 100644 --- a/.python-ethtool.metadata +++ b/.python-ethtool.metadata @@ -1 +1 @@ -6e811ede779f2eac9d30950b6dc7abba61372262 SOURCES/ethtool-0.14.tar.gz +546d16dc5d5de83b8c2944df49b7906645c1a35c SOURCES/ethtool-0.15.tar.gz diff --git a/SPECS/python-ethtool.spec b/SPECS/python-ethtool.spec index 5b47dab..a6e71b7 100644 --- a/SPECS/python-ethtool.spec +++ b/SPECS/python-ethtool.spec @@ -5,8 +5,8 @@ %global pypi_name ethtool Name: python-%{pypi_name} -Version: 0.14 -Release: 11%{?dist} +Version: 0.15 +Release: 2%{?dist} Summary: Python module to interface with %{pypi_name} License: GPLv2 @@ -76,6 +76,14 @@ 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 + * Tue Aug 10 2021 Mohan Boddu - 0.14-11 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688