Skip to content

Commit

Permalink
Merge pull request #5352 from VladimirSlavik/master-spec-fixes
Browse files Browse the repository at this point in the history
spec: Add noarch where applicable
  • Loading branch information
VladimirSlavik authored Nov 29, 2023
2 parents b2006da + f0cc97b commit 5412b54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 5412b54

Please sign in to comment.