From bc712c381a6838d36807b9072379fa2b821cda93 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 13:58:05 +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/pyparted.git#197cf98baa99f6d29acb625ad727d99e671b3b16 --- pyparted.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index a3c2edb..91aff3c 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -34,7 +34,7 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 Version: 3.11.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/dcantrell/pyparted @@ -43,6 +43,7 @@ Source1: https://github.com/dcantrell/pyparted/releases/download/v%{version}/%{n Source2: keyring.gpg Source3: trustdb.gpg +BuildRequires: make BuildRequires: gcc BuildRequires: parted-devel >= 3.3 BuildRequires: pkgconfig @@ -148,6 +149,9 @@ popd %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1:3.11.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Oct 23 2020 David Cantrell - 1:3.11.7-1 - Upgrade to pyparted-3.11.7 (BZ#1890443) - Set PY_SSIZE_T_CLEAN for the build (bcl)