From 407bec616c0755a6d0be4c51af1cbf0f4b4b4a28 Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 17 May 2022 17:02:23 +0800 Subject: [PATCH] License compliance rectification --- tensorflow.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tensorflow.spec b/tensorflow.spec index b77f7e0..f0a9f56 100644 --- a/tensorflow.spec +++ b/tensorflow.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: tensorflow Version: 2.3.1 -Release: 13 +Release: 14 Summary: An Open Source Machine Learning Framework for Everyone -License: Apache License 2.0 +License: Apache-2.0 URL: https://www.tensorflow.org/ Source0: https://github.com/tensorflow/tensorflow/archive/v%{version}.tar.gz#/tensorflow-%{version}.tar.gz #sh -x updateSource1.sh @@ -237,6 +237,9 @@ bazel --output_user_root=`pwd`/../output_user_root build --host_copt=-Wno-string %{_bindir}/* %changelog +* Tue May 17 2022 liukuo - 2.3.1-14 +- License compliance rectification + * Wed Nov 10 2021 houyingchao - 2.3.1-13 - Fix CVE-2021-41210 CVE-2021-41219 CVE-2021-41223 -- Gitee