From 18fed54665f83f465e20702d98870e7323818c2c Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 29 May 2024 13:20:33 +0530 Subject: [PATCH] changing the conditon Signed-off-by: muthuja --- config/software/ruby.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/software/ruby.rb b/config/software/ruby.rb index 7a8735c3e..fdf92295a 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -168,7 +168,8 @@ if windows? && version.satisfies?("~> 3.0.0") patch source: "ruby-win32_resolv.patch", plevel: 0, env: patch_env end - if suse? && version.satisfies?("== 3.1.4") + + if suse? && version.satisfies?("= 3.1.4") patch source: "ruby-3.1.4-configure.patch", plevel: 1, env: patch_env end # RHEL6 has a base compiler that does not support -fstack-protector-strong, but we