From f0cc97b26c6b01ca4631da0e1cf8dc4c80a89c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Sl=C3=A1vik?= Date: Tue, 28 Nov 2023 14:08:25 +0100 Subject: [PATCH] spec: Add noarch where applicable --- anaconda.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anaconda.spec.in b/anaconda.spec.in index d480b512902..f5531cec8db 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -164,6 +164,7 @@ system. %package live Summary: Live installation specific files and dependencies +BuildArchitectures: noarch BuildRequires: desktop-file-utils # live installation currently implies a graphical installation Requires: anaconda-gui = %{version}-%{release} @@ -180,6 +181,7 @@ for live installations. %package install-env-deps Summary: Installation environment specific dependencies +BuildArchitectures: noarch Requires: udisks2-iscsi Requires: libblockdev-plugins-all >= %{libblockdevver} %if ! 0%{?rhel} @@ -228,6 +230,7 @@ dependencies as well. %package install-img-deps Summary: Installation image specific dependencies +BuildArchitectures: noarch # This package must have no weak dependencies. # Pull in most stuff with the -env- metapackage Requires: anaconda-install-env-deps = %{version}-%{release}