fix typo in systemd macro (thanks Joe)
This commit is contained in:
parent
b97abaf408
commit
7a2bda6476
7
php.spec
7
php.spec
@ -52,7 +52,7 @@
|
|||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.4.7
|
Version: 5.4.7
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: PHP
|
License: PHP
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
@ -1181,7 +1181,7 @@ fi
|
|||||||
|
|
||||||
%postun fpm
|
%postun fpm
|
||||||
%if 0%{?systemd_postun_with_restart:1}
|
%if 0%{?systemd_postun_with_restart:1}
|
||||||
%systemd_postun_with_restart mysqld.service
|
%systemd_postun_with_restart php-fpm.service
|
||||||
%else
|
%else
|
||||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
@ -1314,6 +1314,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 1 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-10
|
||||||
|
- fix typo in systemd macro
|
||||||
|
|
||||||
* Mon Oct 1 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-9
|
* Mon Oct 1 2012 Remi Collet <remi@fedoraproject.org> 5.4.7-9
|
||||||
- php-fpm: enable PrivateTmp
|
- php-fpm: enable PrivateTmp
|
||||||
- php-fpm: new systemd macros (#850268)
|
- php-fpm: new systemd macros (#850268)
|
||||||
|
Loading…
Reference in New Issue
Block a user