From 3b1d19ca282b4e6b2b7c626700cfaafd53832192 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 05:30:21 +0000 Subject: [PATCH] Add Buildarch: noarch' to the help subpackage --- rust.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index c320610..b984846 100644 --- a/rust.spec +++ b/rust.spec @@ -11,7 +11,7 @@ %bcond_without lldb Name: rust Version: 1.60.0 -Release: 4 +Release: 5 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) URL: https://www.rust-lang.org @@ -232,6 +232,7 @@ data to provide information about the Rust standard library. %package help Summary: Help documents for rust +BuildArch: noarch Provides: %{name}-doc = %{version}-%{release} %{name}-cargo-doc = %{version}-%{release} Obsoletes: %{name}-doc < %{version}-%{release} %{name}-cargo-doc < %{version}-%{release} @@ -494,6 +495,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Wed Aug 21 2024 Jiuwang He - 1.60.0-5 +- Add Buildarch: noarch to the help subpackage + * Thu Jun 27 2024 wangkai <13474090681@163.com> - 1.60.0-4 - Fix CVE-2022-36113, CVE-2022-36114 -- Gitee