Skip to content

Commit

Permalink
Remove support for i686 builds
Browse files Browse the repository at this point in the history
Fedora does not support this anymore and we are currently blocking other
packages to drop this dependency because we require them.

See:
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
coreos/fedora-coreos-tracker#1716

Suggested-by: Aashish Radhakrishnan
  • Loading branch information
jkonecny12 committed Sep 19, 2024
1 parent 237ddda commit 7a085a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Summary: Graphical system installer
Name: anaconda
Version: @PACKAGE_VERSION@
Release: @PACKAGE_RELEASE@%{?dist}
ExcludeArch: %{ix86}
License: GPL-2.0-or-later
URL: http://fedoraproject.org/wiki/Anaconda

Expand Down Expand Up @@ -194,11 +195,11 @@ Requires: libblockdev-lvm-dbus
# active directory/freeipa join support
Requires: realmd
Requires: isomd5sum >= %{isomd5sumver}
%ifarch %{ix86} x86_64
%ifarch x86_64
Recommends: fcoe-utils >= %{fcoeutilsver}
%endif
# likely HFS+ resize support
%ifarch %{ix86} x86_64
%ifarch x86_64
%if ! 0%{?rhel}
Requires: hfsplus-tools
%endif
Expand Down Expand Up @@ -240,7 +241,7 @@ Summary: Installation image specific dependencies
# Pull in most stuff with the -env- metapackage
Requires: anaconda-install-env-deps = %{version}-%{release}
# Require storage things that are only recommended in -env-
%ifarch %{ix86} x86_64
%ifarch x86_64
Requires: fcoe-utils >= %{fcoeutilsver}
%endif
# only WeakRequires elsewhere and not guaranteed to be present
Expand Down

0 comments on commit 7a085a4

Please sign in to comment.