From 23fb452daee23c23d64d203dc22f8924486a7b02 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jul 16 2018 16:02:19 +0000 Subject: don't block on service try-restart in posttrans scriptlet --- diff --git a/httpd.spec b/httpd.spec index 4594e86..55e7748 100644 --- a/httpd.spec +++ b/httpd.spec @@ -556,7 +556,7 @@ exit 0 %posttrans test -f /etc/sysconfig/httpd-disable-posttrans || \ - /bin/systemctl try-restart httpd.service htcacheclean.service >/dev/null 2>&1 || : + /bin/systemctl try-restart --no-block httpd.service htcacheclean.service >/dev/null 2>&1 || : %check # Check the built modules are all PIC @@ -729,6 +729,7 @@ exit $rv %changelog * Mon Jul 16 2018 Joe Orton - 2.4.33-10 +- don't block on service try-restart in posttrans scriptlet - add Lua-based /server-status example page to docs * Fri Jul 13 2018 Fedora Release Engineering - 2.4.33-9