From a7123a406746d4e4b825382abcb1dab0ca692e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Mon, 30 Nov 2020 23:57:40 +0100 Subject: [PATCH] https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- flexiblas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flexiblas.spec b/flexiblas.spec index aba0011..a34bd98 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -16,7 +16,7 @@ Name: flexiblas Version: %{major_version}.%{minor_version}.%{patch_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends # GPLv3 with an exception for the BLAS/LAPACK interface @@ -27,7 +27,7 @@ License: GPLv3 with exceptions and LGPLv2+ and BSD URL: https://www.mpi-magdeburg.mpg.de/projects/%{name} Source0: https://csc.mpi-magdeburg.mpg.de/mpcsc/software/%{name}/%{name}-%{version}.tar.xz -BuildRequires: cmake, python +BuildRequires: make, cmake, python BuildRequires: gcc-fortran, gcc-c++ %if %{with system_lapack} BuildRequires: blas-static, lapack-static @@ -395,6 +395,9 @@ make -C build64 test %endif %changelog +* Mon Nov 30 2020 Iñaki Úcar 3.0.4-2 +- https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot + * Thu Oct 22 2020 Iñaki Úcar - 3.0.4-1 - Update to 3.0.4, fixes #1889069