From 400825c5f4684699e4d691ca137403de4b5f5201 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Aug 2014 20:20:01 +0200 Subject: php56-php, fix build with recent scl-utils (workaround for #1133334) --- php/php.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'php/php.spec') diff --git a/php/php.spec b/php/php.spec index bcdd154..c824f61 100644 --- a/php/php.spec +++ b/php/php.spec @@ -1519,7 +1519,7 @@ exit 0 %post fpm %if 0%{?systemd_post:1} -%systemd_post %{?scl_prefix}php-fpm.service +%systemd_post %{?scl:%{scl}-}php-fpm.service %else if [ $1 = 1 ]; then # Initial installation @@ -1533,7 +1533,7 @@ fi %preun fpm %if 0%{?systemd_preun:1} -%systemd_preun %{?scl_prefix}php-fpm.service +%systemd_preun %{?scl:%{scl}-}php-fpm.service %else if [ $1 = 0 ]; then # Package removal, not upgrade @@ -1549,7 +1549,7 @@ fi %postun fpm %if 0%{?systemd_postun_with_restart:1} -%systemd_postun_with_restart %{?scl_prefix}php-fpm.service +%systemd_postun_with_restart %{?scl:%{scl}-}php-fpm.service %else %if %{with_systemd} /bin/systemctl daemon-reload >/dev/null 2>&1 || : -- cgit