From 7194dfff346da8af601d1ddc77e6ecd55e4d88df Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Mon, 2 Dec 2013 09:21:27 +0800 Subject: [PATCH] remove BuildArch:noarch to build out correct target arch %ifarch Conditional does not work with BuildArch:noarch, which should be removed to make depanneur generated different arch on different arch system, then %ifarch can work well. Change-Id: I05e80a28d4aa6073b89ba12be45b1744757d64a3 --- packaging/depanneur.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index 33246ae..c6ea5e0 100644 --- a/packaging/depanneur.spec +++ b/packaging/depanneur.spec @@ -19,7 +19,6 @@ Requires: build-initvm-x86_64 %if 0%{?suse_version} BuildRequires: sudo %endif -BuildArch: noarch Autoreq: 0 %description The depanneur tool goes through local Git trees and evaluates packaging -- 2.7.4