From 304ae473cac9e15d5a893d3d95e0479649758bbd Mon Sep 17 00:00:00 2001 From: Daniel Pinto Date: Sat, 3 Oct 2020 04:10:52 +0100 Subject: Fix %include bug with pattern with */ on glibc < 2.19 #40141 Fix bug where %including a pattern ending in */ would include files and folders (instead of folders only) in versions of glibc < 2.19. --- changes/bug40141 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug40141 (limited to 'changes') diff --git a/changes/bug40141 b/changes/bug40141 new file mode 100644 index 0000000000..a766993b32 --- /dev/null +++ b/changes/bug40141 @@ -0,0 +1,4 @@ + o Minor bugfixes (configuration): + - Fix bug where %including a pattern ending with */ would include files + and folders (instead of folders only) in versions of glibc < 2.19. + Fixes bug 40141; bugfix on 0.4.5.0-alpha-dev. Patch by Daniel Pinto. -- cgit v1.2.3-54-g00ecf