- Add python2 as a BuildRequires, used in some of the tests
This commit is contained in:
parent
42e67f88fc
commit
123da5f5e2
@ -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 <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
|
||||
- Update manpage NAME so whatis will work (bcl)
|
||||
- libparted: device mapper uses 512b sectors (bcl)
|
||||
|
Loading…
Reference in New Issue
Block a user