diff --git a/python-dmidecode.spec b/python-dmidecode.spec index c6776a4..6f08273 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -1,7 +1,7 @@ Name: python-dmidecode Summary: Python module to access DMI data Version: 3.12.2 -Release: 25%{?dist} +Release: 26%{?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 @@ -70,6 +70,10 @@ make -C unit-tests %{_datadir}/python-dmidecode/ %changelog +* Tue Aug 10 2021 Mohan Boddu - 3.12.2-26 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Jul 19 2021 Coiby Xu - 3.12.2-25 - Fix several issues found by covscan - Resolves: rhbz#1938852