From 7a2bda6476c1542efc1f16fe533f050f07585bb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Oct 2012 11:35:44 +0200 Subject: [PATCH] fix typo in systemd macro (thanks Joe) --- php.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index 6edaa07..9e5cb4e 100644 --- a/php.spec +++ b/php.spec @@ -52,7 +52,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.7 -Release: 9%{?dist} +Release: 10%{?dist} License: PHP Group: Development/Languages URL: http://www.php.net/ @@ -1181,7 +1181,7 @@ fi %postun fpm %if 0%{?systemd_postun_with_restart:1} -%systemd_postun_with_restart mysqld.service +%systemd_postun_with_restart php-fpm.service %else /bin/systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ]; then @@ -1314,6 +1314,9 @@ fi %changelog +* Mon Oct 1 2012 Remi Collet 5.4.7-10 +- fix typo in systemd macro + * Mon Oct 1 2012 Remi Collet 5.4.7-9 - php-fpm: enable PrivateTmp - php-fpm: new systemd macros (#850268)