summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-global-replace-of-src-prefix-in-glob-eb850b94ca96993e.yaml9
-rw-r--r--releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml6
2 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-global-replace-of-src-prefix-in-glob-eb850b94ca96993e.yaml b/releasenotes/notes/fix-global-replace-of-src-prefix-in-glob-eb850b94ca96993e.yaml
new file mode 100644
index 0000000..b2895aa
--- /dev/null
+++ b/releasenotes/notes/fix-global-replace-of-src-prefix-in-glob-eb850b94ca96993e.yaml
@@ -0,0 +1,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>`_.
diff --git a/releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml b/releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml
new file mode 100644
index 0000000..0d10a26
--- /dev/null
+++ b/releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ PBR now ignores ``--find-links`` in requirements files. This option is not
+ a valid ``install_requires`` entry for setuptools and thus breaks
+ PBR-based installs.