diff --git a/openvino.changes b/openvino.changes index b656c63..973fa32 100644 --- a/openvino.changes +++ b/openvino.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 23 18:57:17 UTC 2024 - Atri Bhattacharya + +- License update: play safe and list all third party licenses as + part of the License tag. + ------------------------------------------------------------------- Tue Apr 23 12:42:32 UTC 2024 - Atri Bhattacharya diff --git a/openvino.spec b/openvino.spec index 39215ac..ac8bff7 100644 --- a/openvino.spec +++ b/openvino.spec @@ -17,6 +17,7 @@ # +# Note: Will not build on Leap:15.X on account of too old TBB # Compilation takes ~1 hr on OBS for a single python, don't try all supported flavours %define pythons python3 %define __builder ninja @@ -28,7 +29,8 @@ Name: openvino Version: 2024.0.0 Release: 0 Summary: A toolkit for optimizing and deploying AI inference -License: Apache-2.0 +# Let's be safe and put all third party licenses here, no matter that we use specific thirdparty libs or not +License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND HPND AND JSON AND MIT AND OFL-1.1 AND ZLIB URL: https://github.com/openvinotoolkit/openvino Source0: %{name}-%{version}.tar.zst Source1: %{name}-rpmlintrc