Comment 3 for bug 1830284

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

Reviewed: https://review.opendev.org/661119
Committed: https://git.openstack.org/cgit/starlingx/metal/commit/?id=061b0f2c3cc34f083ac2e25dc9faba5fbb278a9f
Submitter: Zuul
Branch: master

commit 061b0f2c3cc34f083ac2e25dc9faba5fbb278a9f
Author: Don Penney <email address hidden>
Date: Thu May 23 17:03:11 2019 -0400

    Remove sdk package from python-inventoryclient.spec

    A previous update removed the "%files sdk" section from
    the python-inventoryclient.spec file, but missed removal
    of the "%package sdk" section. As a result, the build
    system looks for the python-inventoryclient-sdk package
    when checking if a rebuild is required. But because the
    "%files" was removed, the package is not built. This leads
    the build system to decide it needs to rebuild.

    Change-Id: I753212a17eca59699c2122c55eac313d1f9ed94f
    Partial-Bug: 1830284
    Signed-off-by: Don Penney <email address hidden>