Hello community, here is the log from the commit of package php7 for openSUSE:Factory checked in at 2020-12-15 12:30:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7 (Old) and /work/SRC/openSUSE:Factory/.php7.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7" Tue Dec 15 12:30:24 2020 rev:90 rq:855689 version:7.4.13 Changes: -------- --- /work/SRC/openSUSE:Factory/php7/php7.changes 2020-12-09 22:11:13.815055417 +0100 +++ /work/SRC/openSUSE:Factory/.php7.new.2328/php7.changes 2020-12-15 12:32:41.568111903 +0100 @@ -1,0 +2,7 @@ +Sun Dec 13 10:04:58 UTC 2020 - Arjen de Korte <[email protected]> + +- restart php-fpm.service in %posttrans fpm (extensions may need + to be updated too, so restart must be delayed to after all RPM + transactions have completed) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7.spec ++++++ --- /var/tmp/diff_new_pack.Asbm4n/_old 2020-12-15 12:32:42.416112587 +0100 +++ /var/tmp/diff_new_pack.Asbm4n/_new 2020-12-15 12:32:42.416112587 +0100 @@ -1294,15 +1294,19 @@ %pre fpm %service_add_pre php-fpm.service -%postun fpm -%service_del_postun php-fpm.service +%post fpm +%service_add_post php-fpm.service +%tmpfiles_create %{_tmpfilesdir}/php-fpm.conf %preun fpm %service_del_preun php-fpm.service -%post fpm -%service_add_post php-fpm.service -%tmpfiles_create %{_tmpfilesdir}/php-fpm.conf +%postun fpm +# do not try-restart yet as extensions may be updated too +%service_del_postun_without_restart php-fpm.service + +%posttrans fpm +%_restart_on_update php-fpm.service %post embed -p /sbin/ldconfig %postun embed -p /sbin/ldconfig _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
