Skip to content

Commit eba9b65

Browse files
committed
Add selinux tools required to setup selinux
1 parent 26fb24c commit eba9b65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/nfpm.yaml.tpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Redis"
1+
name: "redis"
22
arch: "${ARCH}"
33
platform: linux
44
version: "${VERSION}"
@@ -20,6 +20,10 @@ provides:
2020
- redis-tools
2121
- redis-cli
2222

23+
recommends:
24+
- policycoreutils
25+
- checkpolicy
26+
2327
contents:
2428
# Runtime directories
2529
- dst: /var/lib/redis

0 commit comments

Comments
 (0)