From ac7ce8f04c9d3df733cfc8e88ee679231c4308b6 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 14 2021 14:38:44 +0000 Subject: Apply patch 0007-Fix-documentation-of-globs-not-supporting-curly-brackets.patch patch_name: 0007-Fix-documentation-of-globs-not-supporting-curly-brackets.patch present_in_specfile: true location_in_specfile: 7 --- diff --git a/doc/command_ref.rst b/doc/command_ref.rst index 04a24fc..8387901 100644 --- a/doc/command_ref.rst +++ b/doc/command_ref.rst @@ -1749,8 +1749,10 @@ The following patterns are supported: those two characters, inclusive, is matched. If the first character following the ``[`` is a ``!`` or a ``^`` then any character not enclosed is matched. -``{}`` - Matches any of the comma separated list of enclosed strings. + +Note: Curly brackets (``{}``) are not supported. You can still use them in +shells that support them and let the shell do the expansion, but if quoted or +escaped, dnf will not expand them. -------------- NEVRA Matching