Drop arch-dependent buildrequires (doesn't affect binary packages).

This commit is contained in:
Susi Lehtola 2018-02-14 17:18:02 +01:00
parent 91b0b52364
commit 6b477963d3

View File

@ -15,7 +15,7 @@
Name: openblas Name: openblas
Version: 0.2.20 Version: 0.2.20
Release: 3%{?dist} Release: 4%{?dist}
Summary: An optimized BLAS library based on GotoBLAS2 Summary: An optimized BLAS library based on GotoBLAS2
Group: Development/Libraries Group: Development/Libraries
License: BSD License: BSD
@ -52,9 +52,9 @@ BuildRequires: /usr/bin/execstack
# LAPACK # LAPACK
%if %{with system_lapack} %if %{with system_lapack}
%if 0%{?rhel} == 5 || 0%{?rhel} == 6 %if 0%{?rhel} == 5 || 0%{?rhel} == 6
BuildRequires: lapack-devel%{?_isa} BuildRequires: lapack-devel
%else %else
BuildRequires: lapack-static%{?_isa} BuildRequires: lapack-static
%endif %endif
# Do we have LAPACKE? (Needs at least lapack 3.4.0) # Do we have LAPACKE? (Needs at least lapack 3.4.0)
%if 0%{?fedora} %if 0%{?fedora}
@ -667,6 +667,10 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Wed Feb 14 2018 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.20-4
- Drop arch-dependent buildrequires (BZ #1545201); no changes to package
(only affects packages custom built with --with system_lapack).
* Thu Sep 14 2017 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.20-3 * Thu Sep 14 2017 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.20-3
- Simplify spec, dropping extra lib arguments. - Simplify spec, dropping extra lib arguments.