- Disabling 32-bit compatibility packages for Leap/SLE as they

are  causing conflicts with the lapack packages during SLE staging:
  found conflict of liblapacke3-32bit-3.5.0-4.6.1.x86_64 with libopenblas_openmp0-32bit-0.3.21-150500.1.2.x86_64
  /usr/lib/liblapacke.so.3 [mode mismatch: l777 root:root -> liblapacke.so.3.5.0, g -644 root:root]

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=151
This commit is contained in:
Egbert Eich 2023-01-19 17:33:10 +00:00 committed by Git OBS Bridge
parent bfa779842f
commit 12b2052a28
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 19 17:29:17 UTC 2023 - Egbert Eich <eich@suse.com>
- Disabling 32-bit compatibility packages for Leap/SLE as they
are causing conflicts with the lapack packages during SLE staging:
found conflict of liblapacke3-32bit-3.5.0-4.6.1.x86_64 with libopenblas_openmp0-32bit-0.3.21-150500.1.2.x86_64
/usr/lib/liblapacke.so.3 [mode mismatch: l777 root:root -> liblapacke.so.3.5.0, g -644 root:root]
-------------------------------------------------------------------
Sun Dec 25 00:19:21 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -301,6 +301,7 @@ cp %{SOURCE1} .
cp %{SOURCE2} .
%endif
%if !0%{?sle_version}
# create baselibs.conf based on flavor
cat > %{_sourcedir}/baselibs.conf <<EOF
lib%{name}%{?so_v}
@ -310,6 +311,7 @@ lib%{name}-devel
requires -%{name}-<targettype>
requires "lib%{name}%{?so_v}-<targettype> = <version>"
EOF
%endif
%build