From 46fd033523024fefdb20c648e8d4bff4794118f5 Mon Sep 17 00:00:00 2001 From: 15858385273 Date: Wed, 28 May 2025 17:05:35 +0800 Subject: [PATCH] fix packaging issue --- modify-deps-on-libclang-gcsfs-gast.patch | 2 +- tensorflow.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modify-deps-on-libclang-gcsfs-gast.patch b/modify-deps-on-libclang-gcsfs-gast.patch index f7cf468..49a9d2c 100644 --- a/modify-deps-on-libclang-gcsfs-gast.patch +++ b/modify-deps-on-libclang-gcsfs-gast.patch @@ -22,7 +22,7 @@ 'six >= 1.12.0', 'termcolor >= 1.1.0', - 'typing_extensions>=3.6.6,<4.6.0', -+ 'typing_extensions>=3.6.6,<=4.10.0', ++ 'typing_extensions>=3.6.6,<=4.13.0', # TODO(b/266362323): wrapt==1.15.0rc0 incompatible with TF 2.12.0 RC0 (and # nightly, but works with TF 2.11) - 'wrapt >= 1.11.0, <1.15', diff --git a/tensorflow.spec b/tensorflow.spec index a46c21e..c7c9ea9 100644 --- a/tensorflow.spec +++ b/tensorflow.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: tensorflow Version: 2.12.1 -Release: 3 +Release: 4 Summary: An Open Source Machine Learning Framework for Everyone License: Apache License 2.0 URL: https://www.tensorflow.org/ @@ -82,6 +82,9 @@ bazel --output_user_root=`pwd`/../output_user_root build --nofetch --host_copt=- %{_bindir}/* %changelog +* Wed May 28 2025 qmzznbxhl sunhailiang3@huawei.com - 2.12.1-4 +- fix packaging issue + * Thu Mar 20 2025 Dingli Zhang - 2.12.1-3 - Add support for riscv64 -- Gitee