2
0

Merge pull request #438 from myii/test/update-for-2019-2-1

test(pkgs_spec): update for `2019.2.1` release
This commit is contained in:
Imran Iqbal 2019-09-25 23:09:00 +01:00 committed by GitHub
commit f428ce497c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
version =
case platform[:family]
when 'redhat'
'2019.2.0-1.el7'
'2019.2.1-1.el7'
when 'fedora'
'2019.2.0-1.fc30'
when 'suse'
'2019.2.0-lp151.5.3.1'
when 'debian'
'2019.2.0+ds-1'
'2019.2.1+ds-1'
end
control 'salt packages' do

View File

@ -5,14 +5,14 @@ version =
when 'amazon'
'2019.2.0-1.el7'
when 'centos'
'2019.2.0-2.el7'
'2019.2.1-1.el7'
end
when 'fedora'
'2019.2.0-1.fc30'
when 'suse'
'2019.2.0-lp151.5.3.1'
when 'debian'
'2019.2.0+ds-1'
'2019.2.1+ds-1'
end
control 'salt packages' do