[PATCH 2/3] Require dmidecode for ARM (#1134651, jdisnard).

Chris Lumens clumens at redhat.com
Fri Aug 29 14:21:58 UTC 2014


> I don't think we want hfsplus-tools for aarch64

Durr, yes.  I should read patches more carefully.  I'll just do the
simple thing and make it:

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 033c8f2..47341b8 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -135,8 +135,10 @@ Requires: systemd
 Requires: fcoe-utils >= %{fcoeutilsver}
 %endif
 Requires: iscsi-initiator-utils >= %{iscsiver}
-%ifarch %{ix86} x86_64 ia64
+%ifarch %{ix86} x86_64 ia64 aarch64
 Requires: dmidecode
+%endif
+%ifarch %{ix86} x86_64 ia64
 %if ! 0%{?rhel}
 Requires: hfsplus-tools
 %endif

- Chris


More information about the anaconda-patches mailing list