From 3282577fa1e67fdcc83b96a98a114459d5963c39 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 6 Jul 2022 21:09:22 +0200 Subject: [PATCH] test could fail causing nonzero return value of whole post script --- dovecot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot.spec b/dovecot.spec index 0274180..2f38ca7 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -291,7 +291,7 @@ install -d -m 0755 -g dovecot -d /run/dovecot install -d -m 0755 -d /run/dovecot/empty install -d -m 0750 -g dovenull -d /run/dovecot/login install -d -m 0750 -g dovenull -d /run/dovecot/token-login -[ -x /sbin/restorecon ] && /sbin/restorecon -R /run/dovecot +[ -x /sbin/restorecon ] && /sbin/restorecon -R /run/dovecot ||: %preun if [ $1 = 0 ]; then