[php] fix typo in systemd macro (thanks Joe)

Remi Collet remi at fedoraproject.org
Mon Oct 1 09:35:52 UTC 2012


commit 7a2bda6476c1542efc1f16fe533f050f07585bb3
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Oct 1 11:35:44 2012 +0200

    fix typo in systemd macro (thanks Joe)

 php.spec |    7 +++++--
 1 files 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 <remi at fedoraproject.org> 5.4.7-10
+- fix typo in systemd macro
+
 * Mon Oct  1 2012 Remi Collet <remi at fedoraproject.org> 5.4.7-9
 - php-fpm: enable PrivateTmp
 - php-fpm: new systemd macros (#850268)


More information about the scm-commits mailing list