Comment 4 for bug 1850695

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

Reviewed: https://review.opendev.org/692217
Committed: https://git.openstack.org/cgit/starlingx/integ/commit/?id=b00d7ff68c4e3af9e1d3862c2e12bb90b8f3bca3
Submitter: Zuul
Branch: master

commit b00d7ff68c4e3af9e1d3862c2e12bb90b8f3bca3
Author: Don Penney <email address hidden>
Date: Wed Oct 30 16:22:55 2019 -0400

    Package /etc/default/lldpd as a config file

    The lldpd package currently does not package the /etc/default/lldpd
    file as a config file, but it is modified at runtime by a puppet
    manifest. As a result, if the lldpd package is updated on a system, it
    would overwrite the modified file with the version from the package.

    This update adds the %config(noreplace) to lldpd.spec for this file.

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