From 47be5fc7e84c98d1380dbb0c34164776e5fc53d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 29 Jul 2018 10:12:35 +0100 Subject: [PATCH] Can't dpkg on el7 ppc64 --- dpkg.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dpkg.spec b/dpkg.spec index 7e4a628..33cf045 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -40,6 +40,11 @@ BuildRequires: perl-podlators %endif Requires(post): coreutils +#https://bugzilla.redhat.com/show_bug.cgi?id=1497544#c5 +%if 0%{?rhel} +ExcludeArch: ppc64 +%endif + %description This package provides the low-level infrastructure for handling the installation and removal of Debian software packages.