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 2019-10-02 09:59:11 -07:00 committed by Adam J. Stewart
parent afca223b3d
commit 21e95e4141

View file

@ -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