adding shadow-uidmap (#12750)
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
This commit is contained in:
parent
696e12da98
commit
25bbc27716
18
var/spack/repos/builtin/packages/shadow/package.py
Normal file
18
var/spack/repos/builtin/packages/shadow/package.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class Shadow(AutotoolsPackage):
|
||||
"""Tools to help unprivileged users create uid and gid mappings in
|
||||
user namespaces."""
|
||||
|
||||
homepage = "https://github.com/shadow-maint/shadow"
|
||||
url = "https://github.com/shadow-maint/shadow/releases/download/4.7/shadow-4.7.tar.gz"
|
||||
git = "https://github.com/shadow-maint/shadow.git"
|
||||
|
||||
version('4.7', sha256='5135b0ca2a361a218fab59e63d9c1720d2a8fc1faa520c819a654b638017286f')
|
||||
version('4.6', sha256='4668f99bd087399c4a586084dc3b046b75f560720d83e92fd23bf7a89dda4d31')
|
Loading…
Reference in New Issue
Block a user