From 773e522a26dbf391c844182c26a1bef058b9e4b9 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 2 May 2020 08:12:22 +0100 Subject: [PATCH] test(packages_spec): update for `4.4.8` --- .../default/controls/packages_spec.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/integration/default/controls/packages_spec.rb b/test/integration/default/controls/packages_spec.rb index 967dee7d..5874dd97 100644 --- a/test/integration/default/controls/packages_spec.rb +++ b/test/integration/default/controls/packages_spec.rb @@ -13,25 +13,25 @@ case platform[:name] when 'debian' if os[:release].start_with?('10') - '1:4.4.7-1+buster' + '1:4.4.8-1+buster' elsif os[:release].start_with?('9') - '1:4.4.7-1+stretch' + '1:4.4.8-1+stretch' elsif os[:release].start_with?('8') - '1:4.4.7-1+jessie' + '1:4.4.8-1+jessie' end when 'ubuntu' if os[:release].start_with?('18') - '1:4.4.7-1+bionic' + '1:4.4.8-1+bionic' elsif os[:release].start_with?('16') - '1:4.4.7-1+xenial' + '1:4.4.8-1+xenial' end when 'centos' if os[:release].start_with?('8') - '4.4.7-1.el8' + '4.4.8-1.el8' elsif os[:release].start_with?('7') - '4.4.7-1.el7' + '4.4.8-1.el7' elsif os[:release].start_with?('6') - '4.4.7-1.el6' + '4.4.8-1.el6' end when 'fedora' if os[:release].start_with?('31')