diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-30 19:26:03 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-30 19:26:03 -0700 |
commit | 5a68d25113aeb2d275f21c6d4329ee2be78e3b22 (patch) | |
tree | f071878f5232cc79d6d0a67e8d1ffb8482bfb636 | |
parent | f4542f3c3f4a99ca8063b94201723a5fabf0bc6b (diff) | |
download | chef-sles11_buildessential.tar.gz |
Remove SLES 11 support from build_essentialsles11_buildessential
We no longer support EOL SLES 11
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/resource/build_essential.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/build_essential.rb b/lib/chef/resource/build_essential.rb index a01449792d..a142932258 100644 --- a/lib/chef/resource/build_essential.rb +++ b/lib/chef/resource/build_essential.rb @@ -114,7 +114,6 @@ class Chef package "pkg-config" when suse? package %w{ autoconf bison flex gcc gcc-c++ kernel-default-devel make m4 } - package %w{ gcc48 gcc48-c++ } if node["platform_version"].to_i < 12 else msg = <<-EOH The build_essential resource does not currently support the '#{node["platform_family"]}' |