From d45fbb463f276d322603baf673524cec73bc61e4 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Nov 27 2018 16:04:02 +0000 Subject: Mention requires explicitly --- diff --git a/python-dipy.spec b/python-dipy.spec index ae3d77d..3c1e034 100644 --- a/python-dipy.spec +++ b/python-dipy.spec @@ -22,7 +22,7 @@ Current information can always be found from the DIPY website - http://dipy.org} Name: python-%{srcname} Version: 0.15.0 -Release: 0.3.git%{shortcommit}%{?dist} +Release: 0.4.git%{shortcommit}%{?dist} Summary: Diffusion MRI utilities in python License: BSD @@ -39,15 +39,19 @@ BuildRequires: gcc BuildRequires: %{py3_dist setuptools} BuildRequires: %{py3_dist nose} BuildRequires: %{py3_dist Cython} -BuildRequires: %{py3_dist numpy} -BuildRequires: %{py3_dist scipy} -BuildRequires: %{py3_dist nibabel} -BuildRequires: %{py3_dist h5py} +BuildRequires: %{py3_dist numpy} >= 1.7.1 +BuildRequires: %{py3_dist scipy} >= 0.9 +BuildRequires: %{py3_dist nibabel} >= 2.3.0 +BuildRequires: %{py3_dist h5py} >= 2.4.0 BuildRequires: %{py3_dist matplotlib} %if %{with tests} BuildRequires: %{py3_dist xvfbwrapper} BuildRequires: xorg-x11-server-Xvfb %endif +Requires: %{py3_dist h5py} >= 2.4.0 +Requires: %{py3_dist nibabel} >= 2.3.0 +Requires: %{py3_dist scipy} >= 0.9 +Requires: %{py3_dist numpy} >= 1.7.1 # Required for some modules but not in Fedora yet # BuildRequires: %%{py3_dist cvxpy} @@ -143,6 +147,9 @@ export TEST_WITH_XVFB=True %endif %changelog +* Tue Nov 27 2018 Ankur Sinha - 0.15.0-0.4.git756b519 +- Provide Requires explictly as they are not picked up by the autogenerator + * Mon Nov 19 2018 Ankur Sinha - 0.15.0-0.3.git756b519 - remove python3-vtk dep - not available in F29 currently, and only needed for doc generation which is disabled