From e59e10503ccad8b019b69fa36124762f2a1271ab Mon Sep 17 00:00:00 2001 From: Mario Casquero <97666707+mcasquer@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:06:25 +0200 Subject: [PATCH] Fix the operator to be not equal in string values (#3170) As the document explains in the introduction, '!' is not an available operator, so logically it should be '!=' Signed-off-by: mcasquer --- spec/hardware/main.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/hardware/main.fmf b/spec/hardware/main.fmf index ed07d574dd..e9184d8634 100644 --- a/spec/hardware/main.fmf +++ b/spec/hardware/main.fmf @@ -41,7 +41,7 @@ description: | Only ``=`` and ``!=`` operators are accepted for flag-like requirements, e.g. :ref:`virtualization.is-virtualized `. - Only ``=``, ``!``, ``~`` and ``!~`` operators are accepted for + Only ``=``, ``!=``, ``~`` and ``!~`` operators are accepted for requirements that accept string values, e.g. :ref:`cpu.model-name ` or :ref:`virtualization.hypervisor `.