From de30ba1894037c3781fdb17fde97f78d67421fc6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Feb 14 2016 06:05:47 +0000 Subject: no debuginfo in non x86 arch --- diff --git a/monitor-edid.spec b/monitor-edid.spec index 12b1a5a..32bfb6c 100644 --- a/monitor-edid.spec +++ b/monitor-edid.spec @@ -17,6 +17,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %ifarch %{ix86} x86_64 BuildRequires: libx86-devel +%else +# noarch packages on other arch +%global debug_package %{nil} +%global __debug_install_post /bin/true %endif %description