Add missing BuildRequires (#1337966)

This commit is contained in:
Jonathan Wakely 2016-05-23 10:58:48 +01:00
parent 21bb1ce9fc
commit c7cce3bc40
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ BuildRequires: samtools-devel
BuildRequires: gsl-devel
BuildRequires: zlib-devel
BuildRequires: armadillo-devel
BuildRequires: SuperLU43-devel
Requires: ruby
Requires: samtools
@ -96,6 +97,9 @@ rm -rf %{buildroot}
%changelog
* Mon May 23 2016 Jonathan Wakely <jwakely@redhat.com> - 1.0.8a-13
- Add missing BuildRequires (#1337966)
* Tue May 17 2016 Jonathan Wakely <jwakely@redhat.com> - 1.0.8a-13
- Rebuilt for linker errors in boost (#1331983)