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