Comment 4 for bug 1830284

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

Reviewed: https://review.opendev.org/661120
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=a156a13e9dfc5ad4f1ebe6f9d7198d3f4a153e37
Submitter: Zuul
Branch: master

commit a156a13e9dfc5ad4f1ebe6f9d7198d3f4a153e37
Author: Don Penney <email address hidden>
Date: Thu May 23 17:06:43 2019 -0400

    Remove sdk package from cgts-client.spec

    A previous update removed the "%files sdk" section from
    the cgts-client.spec file, but missed removal
    of the "%package sdk" section. As a result, the build
    system looks for the cgts-client-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: I2c293e73ad25b72c8218ba9d090ebf1c47fab44e
    Closes-Bug: 1830284
    Signed-off-by: Don Penney <email address hidden>