diff --git a/python-dmidecode.spec b/python-dmidecode.spec index 1e77752..ef25a46 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -13,7 +13,7 @@ Name: python-dmidecode Summary: Python module to access DMI data Version: 3.12.3 -Release: 3%{date}%{shortcommit}%{?dist} +Release: 4%{date}%{shortcommit}%{?dist} License: GPLv2 URL: https://github.com/nima/python-dmidecode Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -76,6 +76,9 @@ make -C unit-tests %{_datadir}/%{name}/ %changelog +* Tue Jun 13 2023 Python Maint - 3.12.3-4 +- Rebuilt for Python 3.12 + * Sat May 20 2023 Antonio Trande - 3.12.3-3 - Fix BuildRequires packages for Python-3.12