Require parted-3.2-18 in order to ensure #25 does not occur

This commit is contained in:
David Cantrell 2017-07-13 13:35:28 -04:00
parent 86d5ab3888
commit 8edcbf8542
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Summary: Python module for GNU parted
Name: pyparted Name: pyparted
Epoch: 1 Epoch: 1
Version: 3.11.0 Version: 3.11.0
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: https://github.com/rhinstaller/pyparted URL: https://github.com/rhinstaller/pyparted
@ -18,7 +18,7 @@ BuildRequires: python-six
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-six BuildRequires: python3-six
%endif %endif
BuildRequires: parted-devel >= 3.1-14 BuildRequires: parted-devel >= 3.2-18
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: e2fsprogs BuildRequires: e2fsprogs
@ -92,6 +92,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Thu Jul 13 2017 David Cantrell <dcantrell@redhat.com> - 1:3.11.0-3
- Require parted-3.2-18 in order to ensure #25 does not occur
* Mon Jun 26 2017 David Cantrell <dcantrell@redhat.com> - 1:3.11.0-2 * Mon Jun 26 2017 David Cantrell <dcantrell@redhat.com> - 1:3.11.0-2
- BuildRequires python[3]-six - BuildRequires python[3]-six