File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
test/integration/default/controls Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1313 case platform [ :name ]
1414 when 'debian'
1515 if os [ :release ] . start_with? ( '10' )
16- '1:4.4.1 -1+buster'
16+ '1:4.4.6 -1+buster'
1717 elsif os [ :release ] . start_with? ( '9' )
18- '1:4.4.1 -1+stretch'
18+ '1:4.4.6 -1+stretch'
1919 elsif os [ :release ] . start_with? ( '8' )
20- '1:4.4.1 -1+jessie'
20+ '1:4.4.6 -1+jessie'
2121 end
2222 when 'ubuntu'
2323 if os [ :release ] . start_with? ( '18' )
24- '1:4.4.1 -1+bionic'
24+ '1:4.4.6 -1+bionic'
2525 elsif os [ :release ] . start_with? ( '16' )
26- '1:4.4.1 -1+xenial'
26+ '1:4.4.6 -1+xenial'
2727 end
2828 when 'centos'
2929 if os [ :release ] . start_with? ( '8' )
30- '4.4.1 -1.el8'
30+ '4.4.6 -1.el8'
3131 elsif os [ :release ] . start_with? ( '7' )
32- '4.4.1 -1.el7'
32+ '4.4.6 -1.el7'
3333 elsif os [ :release ] . start_with? ( '6' )
34- '4.4.1 -1.el6'
34+ '4.4.6 -1.el6'
3535 end
3636 when 'fedora'
37- if os [ :release ] . start_with? ( '30 ' )
38- '4.0.11 -1.fc30 '
39- elsif os [ :release ] . start_with? ( '29 ' )
40- '3 .0.28 -1.fc29 '
37+ if os [ :release ] . start_with? ( '31 ' )
38+ '4.0.15 -1.fc31 '
39+ elsif os [ :release ] . start_with? ( '30 ' )
40+ '4 .0.15 -1.fc30 '
4141 end
4242 end
4343
You can’t perform that action at this time.
0 commit comments