From 7cf2ba4d232ce62b1ef5f95db8c23ff4a40db1a4 Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 13 May 2026 19:08:25 -0500 Subject: [PATCH] fix(powershell): Make docs subpackage noarch (#12270) Signed-off-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.