From 123da5f5e2d8890bc37078e089c6da5140f61f93 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 28 Apr 2015 15:47:30 -0700 Subject: [PATCH] - Add python2 as a BuildRequires, used in some of the tests --- parted.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index ecefcde..d9c2d8b 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 3.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ Group: Applications/System URL: http://www.gnu.org/software/parted @@ -44,6 +44,7 @@ BuildRequires: xfsprogs BuildRequires: dosfstools BuildRequires: perl-Digest-CRC BuildRequires: bc +Buildrequires: python2 Requires(post): /sbin/ldconfig Requires(post): /sbin/install-info @@ -166,6 +167,9 @@ fi %changelog +* Tue Apr 28 2015 Brian C. Lane 3.2-7 +- Add python2 as a BuildRequires, used in some of the tests + * Tue Apr 28 2015 Brian C. Lane 3.2-6 - Update manpage NAME so whatis will work (bcl) - libparted: device mapper uses 512b sectors (bcl)