From 791a789e24484dce36dadc9ade1084e4fc8a55eb Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 7 Mar 2022 14:45:25 -0500 Subject: [PATCH] BR python3-setuptools Signed-off-by: David Cantrell --- pyparted.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyparted.spec b/pyparted.spec index d1c0a78..1debcf1 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -34,7 +34,7 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 Version: 3.12.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/dcantrell/pyparted @@ -53,6 +53,7 @@ BuildRequires: gnupg2 %if %{with python3} BuildRequires: python3-devel BuildRequires: python3-six +BuildRequires: python3-setuptools %endif %if %{with python2} @@ -149,7 +150,10 @@ popd %endif %changelog -* Mon May 07 2022 David Cantrell - 3.12.0-1 +* Mon Mar 07 2022 David Cantrell - 3.12.0-2 +- BR python3-setuptools + +* Mon Mar 07 2022 David Cantrell - 3.12.0-1 - Upgrade to pyparted-3.12.0 * Fri Jan 21 2022 Fedora Release Engineering - 1:3.11.7-5