test(pkgs_spec): update for releases 3000.3 & 2019.2.5
				
					
				
			* https://docs.saltstack.com/en/latest/topics/releases/3000.3.html * https://docs.saltstack.com/en/latest/topics/releases/2019.2.5.html
This commit is contained in:
		
							parent
							
								
									604289ab61
								
							
						
					
					
						commit
						5917569464
					
				| @ -6,17 +6,17 @@ platform_finger = "#{platform[:name]}-#{platform[:release].split('.')[0]}" | ||||
| version = | ||||
|   case platform[:family] | ||||
|   when 'debian' | ||||
|     '2019.2.4+ds-1' | ||||
|     '2019.2.5+ds-1' | ||||
|   when 'redhat' | ||||
|     case platform_finger | ||||
|     when 'centos-7' | ||||
|       '2019.2.4-1.el7' | ||||
|       '2019.2.5-1.el7' | ||||
|     when 'centos-6' | ||||
|       '2019.2.4-1.el6' | ||||
|       '2019.2.5-1.el6' | ||||
|     when 'amazon-2' | ||||
|       '2019.2.4-1.amzn2' | ||||
|       '2019.2.5-1.amzn2' | ||||
|     when 'amazon-2018' | ||||
|       '2019.2.4-1.amzn1' | ||||
|       '2019.2.5-1.amzn1' | ||||
|     end | ||||
|   end | ||||
| 
 | ||||
|  | ||||
| @ -6,22 +6,22 @@ platform_finger = "#{platform[:name]}-#{platform[:release].split('.')[0]}" | ||||
| version = | ||||
|   case platform[:family] | ||||
|   when 'debian' | ||||
|     '2019.2.4+ds-1' | ||||
|     '2019.2.5+ds-1' | ||||
|   when 'redhat' | ||||
|     case platform_finger | ||||
|     when 'centos-8' | ||||
|       '2019.2.4-1.el8' | ||||
|       '2019.2.5-1.el8' | ||||
|     when 'centos-7' | ||||
|       '2019.2.4-1.el7' | ||||
|       '2019.2.5-1.el7' | ||||
|     when 'amazon-2' | ||||
|       '2019.2.4-1.amzn2' | ||||
|       '2019.2.5-1.amzn2' | ||||
|     end | ||||
|   when 'fedora' | ||||
|     # Issue in the upstream repo, should be `3000.2` | ||||
|     '3000.1-1.fc31' | ||||
|     # Issue in the upstream repo, should be `3000.3` | ||||
|     '3000.2-1.fc31' | ||||
|   when 'suse' | ||||
|     # Issue in the upstream repo, should be `2019.2.4` | ||||
|     '2019.2.0-lp151.28.1' | ||||
|     # Issue in the upstream repo, should be `2019.2.5` | ||||
|     '2019.2.0-lp151.37.1' | ||||
|   end | ||||
| 
 | ||||
| control 'salt packages' do | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
| version = | ||||
|   case platform[:family] | ||||
|   when 'debian' | ||||
|     '3000.2+ds-1' | ||||
|     '3000.3+ds-1' | ||||
|   end | ||||
| 
 | ||||
| control 'salt packages' do | ||||
|  | ||||
| @ -6,22 +6,22 @@ platform_finger = "#{platform[:name]}-#{platform[:release].split('.')[0]}" | ||||
| version = | ||||
|   case platform[:family] | ||||
|   when 'debian' | ||||
|     '3000.2+ds-1' | ||||
|     '3000.3+ds-1' | ||||
|   when 'redhat' | ||||
|     case platform_finger | ||||
|     when 'centos-8' | ||||
|       '3000.2-1.el8' | ||||
|       '3000.3-1.el8' | ||||
|     when 'centos-7' | ||||
|       '3000.2-1.el7' | ||||
|       '3000.3-1.el7' | ||||
|     when 'amazon-2' | ||||
|       '3000.2-1.amzn2' | ||||
|       '3000.3-1.amzn2' | ||||
|     end | ||||
|   when 'fedora' | ||||
|     # Issue in the upstream repo, should be `3000.2` | ||||
|     '3000.1-1.fc31' | ||||
|     # Issue in the upstream repo, should be `3000.3` | ||||
|     '3000.2-1.fc31' | ||||
|   when 'suse' | ||||
|     # Issue in the upstream repo, should be `3000.2` | ||||
|     '2019.2.0-lp151.28.1' | ||||
|     # Issue in the upstream repo, should be `3000.3` | ||||
|     '2019.2.0-lp151.37.1' | ||||
|   end | ||||
| 
 | ||||
| control 'salt packages' do | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Imran Iqbal
						Imran Iqbal