-
Notifications
You must be signed in to change notification settings - Fork 11
/
podman-hpc.spec
58 lines (49 loc) · 1.57 KB
/
podman-hpc.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# spec file for package podman-hpc
#
# Copyright (c) 2022
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: podman-hpc
Version: 1.1.1
Release: 1
Summary: Scripts to enable Podman to run in an HPC environment
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
License: Apache 2.0
URL: https://github.com/nersc/podman-hpc
Source: %{name}-%{version}.tar.gz
BuildRequires: python3
Requires: podman
Requires: python3-toml
Requires: python3-click
Requires: squashfuse
Requires: mksquashfs-static
%description
Podman-hpc is a set of scripts around podman to enable it to work
effectively and scale in an HPC environment. It is designed to
run fully unprivileged.
%prep
%setup -q
%build
%install
%makeinstall
%post
%postun
%files
%license LICENSE
%doc CHANGELOG.md README.md
%config /etc/podman_hpc
/usr/bin/podman-hpc
/usr/bin/hook_tool
/usr/bin/fuse-overlayfs-wrap
%{python3_sitelib}/podman_hpc*
/usr/share/containers/oci/hooks.d/02-hook_tool.json
%changelog
#