From 5511e3fe7624303fa1ee3baa6071ac4313e6233d Mon Sep 17 00:00:00 2001 From: zhaozekai Date: Tue, 20 Aug 2024 09:25:05 +0000 Subject: [PATCH] Add Buildarch: noarch' to the help subpackage Signed-off-by: zhaozekai --- pytorch.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pytorch.spec b/pytorch.spec index 73c7523..eb4b26d 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: pytorch Version: 2.1.2 -Release: 2 +Release: 3 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration License: BSD-3-Clause URL: https://pytorch.org/ @@ -45,6 +45,8 @@ You can reuse your favorite Python packages such as NumPy, SciPy and Cython to e %package help Summary: Development documents and examples for torch Provides: python3-pytorch-doc +Buildarch: noarch + %description help PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration @@ -86,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 Zekai Zhao - 2.1.2-3 +- Add Buildarch: noarch' to the help subpackage + * Thu Jan 11 2024 Dongxing Wang - 2.1.2-2 - Patch: Add -Wno-error=nonnull for test/cpp/api/ -- Gitee