Skip to content

Commit 104eaa3

Browse files
committed
SPEC: Use proper eosarchi UID which is < 65k and compatible with podman. Fixes #19
1 parent 41300ca commit 104eaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eos.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ The EOS archive daemon.
811811
%pre -n eos-archive
812812
echo "Make sure eosarchi user and c3 group exist"
813813
getent group c3 >/dev/null 2>&1 || groupadd -r -g 1028 c3
814-
getent passwd eosarchi >/dev/null 2>&1 || useradd -r -u 72811 eosarchi
814+
getent passwd eosarchi >/dev/null 2>&1 || useradd -r -u 58603 eosarchi
815815

816816
%post -n eos-archive
817817
case "$1" in

0 commit comments

Comments
 (0)