From 2f30018aa9c425deed7f02876c3c5540d3fa4010 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 03:39:17 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-dmidecode.git#9968b47e3a8ffc88049d6b208b94a3c22575630a --- python-dmidecode.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)