fix(powershell): Make docs subpackage noarch (#12270) (#12273)

(cherry picked from commit 7cf2ba4d23)

Signed-off-by: Gilver <roachy@fyralabs.com>
Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-05-13 19:11:03 -05:00
committed by GitHub
parent 8156125c32
commit fcc092294d
+2 -1
View File
@@ -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. <roachy@fyralabs.com>
%package doc
Summary: Documentation files for PowerShell
Requires: %{name} = %{evr}
BuildArch: noarch
%description doc
This package contains documentation for PowerShell.