- Add python2 as a BuildRequires, used in some of the tests

This commit is contained in:
Brian C. Lane 2015-04-28 15:47:30 -07:00
parent 42e67f88fc
commit 123da5f5e2

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program Summary: The GNU disk partition manipulation program
Name: parted Name: parted
Version: 3.2 Version: 3.2
Release: 6%{?dist} Release: 7%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/System Group: Applications/System
URL: http://www.gnu.org/software/parted URL: http://www.gnu.org/software/parted
@ -44,6 +44,7 @@ BuildRequires: xfsprogs
BuildRequires: dosfstools BuildRequires: dosfstools
BuildRequires: perl-Digest-CRC BuildRequires: perl-Digest-CRC
BuildRequires: bc BuildRequires: bc
Buildrequires: python2
Requires(post): /sbin/ldconfig Requires(post): /sbin/ldconfig
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
@ -166,6 +167,9 @@ fi
%changelog %changelog
* Tue Apr 28 2015 Brian C. Lane <bcl@redhat.com> 3.2-7
- Add python2 as a BuildRequires, used in some of the tests
* Tue Apr 28 2015 Brian C. Lane <bcl@redhat.com> 3.2-6 * Tue Apr 28 2015 Brian C. Lane <bcl@redhat.com> 3.2-6
- Update manpage NAME so whatis will work (bcl) - Update manpage NAME so whatis will work (bcl)
- libparted: device mapper uses 512b sectors (bcl) - libparted: device mapper uses 512b sectors (bcl)