- Fix if clause

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=132
This commit is contained in:
Egbert Eich 2022-04-04 06:34:24 +00:00 committed by Git OBS Bridge
parent 9df0d0912b
commit 1e2bb61a41

View File

@ -248,7 +248,7 @@ Group: Development/Libraries/C and C++
Requires: lib%{name}%{?so_v} = %{version}
%if %{without hpc}
Requires: %{pname}-common-devel = %{version}
%if 0%{?%arch_flavor}
%if 0%{?arch_flavor}
Provides: %{pname}-devel
%endif
%else