Comment 2 for bug 1506522

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-plugins (master)

Reviewed: https://review.openstack.org/235444
Committed: https://git.openstack.org/cgit/openstack/fuel-plugins/commit/?id=765a37f4a54c9c942ebdcf7acdeb94688fab00a8
Submitter: Jenkins
Branch: master

commit 765a37f4a54c9c942ebdcf7acdeb94688fab00a8
Author: Matthew Mosesohn <email address hidden>
Date: Thu Oct 15 18:43:38 2015 +0300

    Avoid adding automatic requirements to plugins

    Bundling a perl or python script should not
    add automatic dependencies to a plugin, since
    the actual content is not used on Fuel Master.

    Added 'AutoReq: no' to RPM spec template, which
    blocks automatic addition of requirements from
    files inside the package.

    Change-Id: I46caa5296aa1cd8a38d4048a80c03013ed3866e3
    Closes-Bug: #1506522