From bf334cf7b82ab45d8495b704443df014c5d3e241 Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 29 May 2024 11:26:42 +0530 Subject: [PATCH] changing the conditon Signed-off-by: muthuja --- config/software/ruby.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/software/ruby.rb b/config/software/ruby.rb index b7a90a0ba..630aa3a8d 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -179,6 +179,7 @@ if rhel? && platform_version.satisfies?("< 7") patch source: "ruby-no-stack-protector-strong.patch", plevel: 1, env: patch_env end + if rhel? && platform_version.satisfies?("== 7") && version == "3.1.4" patch source: "ruby-3.1.4-configure.patch", plevel: 1, env: patch_env end