From 804bb6656719e3084b8a997ae61fb9b91fc96b19 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Mon, 24 Aug 2026 08:52:35 +0200 Subject: [PATCH] shadow-stack-smoke: extend coverage to fedora 43 and newer --- tests/Sanity/shadow-stack-smoke/main.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Sanity/shadow-stack-smoke/main.fmf b/tests/Sanity/shadow-stack-smoke/main.fmf index 565ad68..ed48a81 100644 --- a/tests/Sanity/shadow-stack-smoke/main.fmf +++ b/tests/Sanity/shadow-stack-smoke/main.fmf @@ -22,6 +22,6 @@ adjust+: # Not supported in RHEL-8 and older - when: distro == rhel-9 and distro < rhel-9.9 or distro == rhel-10 and distro < rhel-10.3 or - distro == fedora and distro < fedora-45 or + distro == fedora and distro < fedora-43 or distro <= rhel-8 enabled: false