Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 2eb940912 -> 01ac8ad8d


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.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/d65dc058
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/d65dc058
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/d65dc058

Branch: refs/heads/master
Commit: d65dc058d86d43be6ce84b510f484c962d8184de
Parents: 2eb9409
Author: Richard Downer <rich...@apache.org>
Authored: Tue Mar 15 13:35:34 2016 +0000
Committer: Richard Downer <rich...@apache.org>
Committed: Tue Mar 15 13:35:34 2016 +0000

----------------------------------------------------------------------
 packaging/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/d65dc058/packaging/pom.xml
----------------------------------------------------------------------
diff --git a/packaging/pom.xml b/packaging/pom.xml
index ece4b01..1bac41b 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -64,6 +64,9 @@
                     <requires>
                         <require>java</require>
                     </requires>
+                    <defineStatements>
+                        
<defineStatement>_binaries_in_noarch_packages_terminate_build 
0</defineStatement>
+                    </defineStatements>
                     <mappings>
                         <mapping>
                             <directory>/etc/brooklyn</directory>

Reply via email to