summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-global-replace-of-src-prefix-in-glob-eb850b94ca96993e.yaml
blob: b2895aa136738ffe1d0d37ea74520a1ae1bfb278 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes a bug where the directory names of items specified in ``data_files``
    could be renamed if the source prefix glob was contained within the
    directory name. See `bug 1810804
    <https://bugs.launchpad.net/pbr/+bug/1810804>`_ for details. For more
    information on ``data_files``, see the `distutils documentation
    <https://docs.python.org/2/distutils/setupscript.html#installing-additional-files>`_.