diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-16 19:25:56 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-16 19:25:56 -0700 |
commit | dc370cfef4c139437ac221567c48dddc2cbaae5b (patch) | |
tree | daafba50158ef606683e95180b0b5e7be346dee3 /omnibus | |
parent | 2881441d1967c278673d58bc8f5415e215fc63f7 (diff) | |
download | chef-dc370cfef4c139437ac221567c48dddc2cbaae5b.tar.gz |
Remove the platform check from RPM compression in Omnibuspackage_compression
We don't build on RHEL 5 anymore so there's no need to gate this.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/config/projects/chef.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb index 117dcec94c..7c90725d95 100644 --- a/omnibus/config/projects/chef.rb +++ b/omnibus/config/projects/chef.rb @@ -70,11 +70,8 @@ end package :rpm do signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"] - - unless rhel? && platform_version.satisfies?("< 6") - compression_level 1 - compression_type :xz - end + compression_level 1 + compression_type :xz end package :deb do |