Singularity 3.4.1 still needs the makefile patch (#13008)
* Singularity 3.4.1 still needs the makefile patch * Constrain build patch to 3.4.0:3.4.1
This commit is contained in:
		 George Hartzell
					George Hartzell
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							afca223b3d
						
					
				
				
					commit
					21e95e4141
				
			| @@ -41,7 +41,7 @@ class Singularity(MakefilePackage): | ||||
|     depends_on('shadow', type='run', when='@3.3:') | ||||
|     depends_on('cryptsetup', type=('build', 'run'), when='@3.4:') | ||||
|  | ||||
|     patch('singularity_v3.4.0_remove_root_check.patch', level=0, when='@3.4.0') | ||||
|     patch('singularity_v3.4.0_remove_root_check.patch', level=0, when='@3.4.0:3.4.1') | ||||
|  | ||||
|     # Go has novel ideas about how projects should be organized. | ||||
|     # We'll point GOPATH at the stage dir, and move the unpacked src | ||||
|   | ||||
		Reference in New Issue
	
	Block a user