GitHub user rdowner opened a pull request:
https://github.com/apache/brooklyn-dist/pull/20
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rdowner/brooklyn-dist binaries-in-noarch-rpm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-dist/pull/20.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20
----
commit d65dc058d86d43be6ce84b510f484c962d8184de
Author: Richard Downer <[email protected]>
Date: 2016-03-15T13:35:34Z
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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---