Accepting request 891106 from home:Andreas_Schwab:Factory

- Also exclude libboost_math_c99l and libboost_math_tr1l on ppc

OBS-URL: https://build.opensuse.org/request/show/891106
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=286
This commit is contained in:
Arvin Schnell 2021-05-06 17:46:23 +00:00 committed by Git OBS Bridge
parent 50bbd07cc1
commit 63b126ab50
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 5 18:18:21 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Also exclude libboost_math_c99l and libboost_math_tr1l on ppc
-------------------------------------------------------------------
Wed Apr 28 09:10:23 UTC 2021 - Michel Normand <normand@linux.vnet.ibm.com>

View File

@ -1819,7 +1819,7 @@ EOF
%{package_libdir}/libboost_math_c99.so.%{version}
%{package_libdir}/libboost_math_tr1f.so.%{version}
%{package_libdir}/libboost_math_tr1.so.%{version}
%ifnarch ppc64 ppc64le
%ifnarch ppc ppc64 ppc64le
%{package_libdir}/libboost_math_c99l.so.%{version}
%{package_libdir}/libboost_math_tr1l.so.%{version}
%endif
@ -1833,7 +1833,7 @@ EOF
%{package_libdir}/libboost_math_c99.so
%{package_libdir}/libboost_math_tr1f.so
%{package_libdir}/libboost_math_tr1.so
%ifnarch ppc64 ppc64le
%ifnarch ppc ppc64 ppc64le
%{package_libdir}/libboost_math_c99l.so
%{package_libdir}/libboost_math_tr1l.so
%endif