From 9c65408eda23417db04a0c1b7cf1054d78dc32fa Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Wed, 30 Jun 2021 20:21:33 +0200 Subject: [PATCH] Add S/390 support soon to be added to RHEL 8 Related: rhbz1973448 --- rear.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rear.spec b/rear.spec index dfc42c8..a0c6827 100644 --- a/rear.spec +++ b/rear.spec @@ -24,8 +24,8 @@ Patch30: rear-sfdc02772301.patch # Of course the rear bash scripts can be installed on any architecture just as any binaries can be installed on any architecture. # But the meaning of architecture dependent packages should be on what architectures they will work. # Therefore only those architectures that are actually supported are explicitly listed. -# This avoids that rear can be "just installed" on architectures that are actually not supported (e.g. ARM or IBM z Systems): -ExclusiveArch: %ix86 x86_64 ppc ppc64 ppc64le ia64 +# This avoids that rear can be "just installed" on architectures that are actually not supported (e.g. ARM): +ExclusiveArch: %ix86 x86_64 ppc ppc64 ppc64le ia64 s390x # Furthermore for some architectures it requires architecture dependent packages (like syslinux for x86 and x86_64) # so that rear must be architecture dependent because ifarch conditions never match in case of "BuildArch: noarch" # see the GitHub issue https://github.com/rear/rear/issues/629