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)