diff --git a/pywbem.spec b/pywbem.spec index fa0f256..ad68dba 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -3,7 +3,7 @@ Name: pywbem Version: 0.17.6 Epoch: 1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python WBEM client interface and related utilities License: LGPLv2 URL: https://github.com/pywbem/pywbem @@ -71,6 +71,9 @@ mv -v %{buildroot}/%{_bindir}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli.py %doc README.rst %changelog +* Mon Jun 13 2022 Python Maint - 1:0.17.6-2 +- Rebuilt for Python 3.11 + * Tue Apr 12 2022 Tony Asleson - 1:0.17.6-1 - Update to 0.17.6 which is the latest release that doesn't introduce dependencies which we don't have available.