From 21ed30c3194d5bd59db5f18ba3de3cdfe25fed9e Mon Sep 17 00:00:00 2001 From: zhaozekai Date: Tue, 20 Aug 2024 09:30:35 +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 8ddeac8..56ca325 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: pytorch Version: 1.6.0 -Release: 4 +Release: 5 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration License: BSD-3 URL: https://pytorch.org/ @@ -40,6 +40,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 @@ -87,6 +89,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 Zekai Zhao - 1.6.0-5 +- Add Buildarch: noarch' to the help subpackage + * Mon Dec 26 2022 wangdongxing - 1.6.0-4 - fixes: error: add build requires make for compile local -- Gitee