Skip to content

Commit

Permalink
test(packages_spec): update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 12, 2020
1 parent 709d377 commit 0ebd417
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/integration/default/controls/packages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
case platform[:name]
when 'debian'
if os[:release].start_with?('10')
'1:4.4.1-1+buster'
'1:4.4.6-1+buster'
elsif os[:release].start_with?('9')
'1:4.4.1-1+stretch'
'1:4.4.6-1+stretch'
elsif os[:release].start_with?('8')
'1:4.4.1-1+jessie'
'1:4.4.6-1+jessie'
end
when 'ubuntu'
if os[:release].start_with?('18')
'1:4.4.1-1+bionic'
'1:4.4.6-1+bionic'
elsif os[:release].start_with?('16')
'1:4.4.1-1+xenial'
'1:4.4.6-1+xenial'
end
when 'centos'
if os[:release].start_with?('8')
'4.4.1-1.el8'
'4.4.6-1.el8'
elsif os[:release].start_with?('7')
'4.4.1-1.el7'
'4.4.6-1.el7'
elsif os[:release].start_with?('6')
'4.4.1-1.el6'
'4.4.6-1.el6'
end
when 'fedora'
if os[:release].start_with?('30')
'4.0.11-1.fc30'
elsif os[:release].start_with?('29')
'3.0.28-1.fc29'
if os[:release].start_with?('31')
'4.0.15-1.fc31'
elsif os[:release].start_with?('30')
'4.0.15-1.fc30'
end
end

Expand Down

0 comments on commit 0ebd417

Please sign in to comment.