From fcc092294d82972b668639439d9ca6ce07e016f7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 13 May 2026 19:11:03 -0500 Subject: [PATCH] fix(powershell): Make docs subpackage noarch (#12270) (#12273) (cherry picked from commit 7cf2ba4d232ce62b1ef5f95db8c23ff4a40db1a4) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/devs/powershell/powershell.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/devs/powershell/powershell.spec b/anda/devs/powershell/powershell.spec index 67fefdc10f..e94a6301c4 100644 --- a/anda/devs/powershell/powershell.spec +++ b/anda/devs/powershell/powershell.spec @@ -19,7 +19,7 @@ Name: powershell Version: 7.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A cross-platform automation and configuration tool/framework SourceLicense: MIT License: Apache-2.0 AND BSD-2-Clause AND MIT @@ -56,6 +56,7 @@ Packager: Gilver E. %package doc Summary: Documentation files for PowerShell Requires: %{name} = %{evr} +BuildArch: noarch %description doc This package contains documentation for PowerShell.