From 0137de9452691e19ae1279f9afa5e173b0ea08e0cc46637925ab302d64813c48 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 25 Jan 2023 10:20:05 +0000 Subject: [PATCH] - Run %post's ipcrm with user privileges [boo#1207487] OBS-URL: https://build.opensuse.org/package/show/server:mail/grommunio-web?expand=0&rev=6 --- grommunio-web.changes | 5 +++++ grommunio-web.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/grommunio-web.changes b/grommunio-web.changes index 566071c..121c238 100644 --- a/grommunio-web.changes +++ b/grommunio-web.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 25 10:19:31 UTC 2023 - Jan Engelhardt + +- Run %post's ipcrm with user privileges [boo#1207487] + ------------------------------------------------------------------- Sat Jan 14 10:47:06 UTC 2023 - Jan Engelhardt diff --git a/grommunio-web.spec b/grommunio-web.spec index 002d85a..02036a9 100644 --- a/grommunio-web.spec +++ b/grommunio-web.spec @@ -170,7 +170,7 @@ done %post # clear translation caches -ipcrm -M 0x950412de 2>/dev/null || : +runuser -u groweb -- ipcrm -M 0x950412DE 2>/dev/null || : %files %dir %_sysconfdir/grommunio-web