From d65dc058d86d43be6ce84b510f484c962d8184de Mon Sep 17 00:00:00 2001 From: Richard Downer Date: Tue, 15 Mar 2016 13:35:34 +0000 Subject: [PATCH] Set RPM option to allow binaries in noarch package Our RPM package is marked as `noarch`. RPM will complain if it finds architecture-specific files in `noarch` package - therefore it complains for us due to the presence of the `br` tool in multiple architectures. This commit turns off that test. --- packaging/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/pom.xml b/packaging/pom.xml index ece4b01cba..1bac41bba5 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -64,6 +64,9 @@ java + + _binaries_in_noarch_packages_terminate_build 0 + /etc/brooklyn