Merge "Ignore arch specific binaries in plugin"

This commit is contained in:
Jenkins 2016-07-15 11:58:36 +00:00 committed by Gerrit Code Review
commit fe7b5573d3
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Group: Development/Libraries
Release: 1
BuildArch: noarch
# This will allow arch binaries to be included as part of the plugin package
# otherwise the build of the plugin fails.
%%define _binaries_in_noarch_packages_terminate_build 0
%%description
${ description }

View File

@ -20,6 +20,10 @@ Release: 1
BuildArch: noarch
AutoReq: no
# This will allow arch binaries to be included as part of the plugin package
# otherwise the build of the plugin fails.
%%define _binaries_in_noarch_packages_terminate_build 0
%%description
${ description }