diff --git a/rust.spec b/rust.spec index c320610b595e16a0ec9508221bfa68bd80e7993f..b984846cf1169487981000ae2333101d7dd1009a 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