Blame SOURCES/0007-Fix-documentation-of-globs-not-supporting-curly-brackets.patch

5fae5a
From f3c254581bcb0591a543aee0c7e031c3c9d0a9a1 Mon Sep 17 00:00:00 2001
5fae5a
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hr=C3=A1zk=C3=BD?= <lhrazky@redhat.com>
5fae5a
Date: Mon, 11 Jan 2021 16:43:25 +0100
5fae5a
Subject: [PATCH] Fix documentation of globs not supporting curly brackets
5fae5a
5fae5a
= changelog =
5fae5a
msg: Fix documentation of globs not supporting curly brackets
5fae5a
type: bugfix
5fae5a
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1913418
5fae5a
---
5fae5a
 doc/command_ref.rst | 6 ++++--
5fae5a
 1 file changed, 4 insertions(+), 2 deletions(-)
5fae5a
5fae5a
diff --git a/doc/command_ref.rst b/doc/command_ref.rst
5fae5a
index bbce3ddcf4..d11e8dd502 100644
5fae5a
--- a/doc/command_ref.rst
5fae5a
+++ b/doc/command_ref.rst
5fae5a
@@ -1763,8 +1763,10 @@ The following patterns are supported:
5fae5a
     those two characters, inclusive, is matched. If the first character
5fae5a
     following the ``[`` is a ``!`` or a ``^`` then any character not enclosed
5fae5a
     is matched.
5fae5a
-``{}``
5fae5a
-    Matches any of the comma separated list of enclosed strings.
5fae5a
+
5fae5a
+Note: Curly brackets (``{}``) are not supported. You can still use them in
5fae5a
+shells that support them and let the shell do the expansion, but if quoted or
5fae5a
+escaped, dnf will not expand them.
5fae5a
 
5fae5a
 --------------
5fae5a
 NEVRA Matching