diff --git a/python-dmidecode.spec b/python-dmidecode.spec index 5209d92..9e1928d 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -1,13 +1,14 @@ Name: python-dmidecode Summary: Python module to access DMI data Version: 3.12.2 -Release: 22%{?dist} +Release: 23%{?dist} License: GPLv2 URL: https://github.com/nima/python-dmidecode Source0: https://github.com/nima/python-dmidecode/archive/v%{version}/%{name}/%{name}-%{version}.tar.gz Patch0: python-dmidecode-use_python3.patch +BuildRequires: make BuildRequires: gcc BuildRequires: libxml2-devel @@ -61,6 +62,9 @@ make -C unit-tests %{_datadir}/python-dmidecode/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.12.2-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 26 2020 Antonio Trande - 3.12.2-22 - Refresh SPEC file - Fixed for Python-3.10 (rhbz#1898981)