[h5py] Add requires for hdf5 version

Orion Poplawski orion at fedoraproject.org
Mon Jan 6 03:11:37 UTC 2014


commit 113b17c078d34c62fc81eae8d2f344cf7d06258e
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Jan 5 20:11:39 2014 -0700

    Add requires for hdf5 version

 h5py.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/h5py.spec b/h5py.spec
index 990ead7..3be0246 100644
--- a/h5py.spec
+++ b/h5py.spec
@@ -26,6 +26,7 @@ BuildRequires:  python3-sphinx
 BuildRequires:  python3-numpy >= 1.0.3
 BuildRequires:  python3-Cython
 %endif
+Requires:       hdf5 = %{_hdf5_version}
 Requires:       numpy >= 1.0.3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -119,6 +120,7 @@ rm -rf %{buildroot}
 %changelog
 * Sun Jan 5 2014 Orion Poplawski <orion at cora.nwra.com> - 2.2.1-2
 - Rebuild for hdf5 1.8.12
+- Add requires for hdf5 version
 
 * Thu Dec 19 2013 Orion Poplawski <orion at cora.nwra.com> - 2.2.1-1
 - 2.2.1


More information about the scm-commits mailing list