diff --git a/tensorflow.spec b/tensorflow.spec index 86fe760b4db98013942a545134e0f3fde79c340d..a26f017d1e59604cb973d0f9705320c1786f158c 100644 --- a/tensorflow.spec +++ b/tensorflow.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: tensorflow Version: 2.10.0 -Release: 2 +Release: 3 Summary: An Open Source Machine Learning Framework for Everyone License: Apache License 2.0 URL: https://www.tensorflow.org/ @@ -25,7 +25,7 @@ TensorFlow provides stable Python and C++ APIs, as well as non-guaranteed backwa %package -n python3-tensorflow Summary: An Open Source Machine Learning Framework for Everyone Provides: python-tensorflow -Provides: python%{python3_version}dist(tensorflow) = %{version} +Provides: python%{python3_version}%{dist}(tensorflow) = %{version} BuildRequires: bazel == 5.1.1 gcc gcc-c++ git BuildRequires: python3-numpy python3-devel python3-Keras-Preprocessing python3-pip python3-wheel python3-packaging python3-requests @@ -64,6 +64,9 @@ bazel --output_user_root=`pwd`/../output_user_root build --host_copt=-Wno-string %{_bindir}/* %changelog +* Mon Apr 18 2023 ZhangChao - 2.10.0-3 +- Fix bugs caused by providers + * Wed Nov 30 2022 Jincheng Miao - 2.10.0-2 - Modify dependency on gast