|
@@ -32,7 +32,7 @@
|
|
|
Name: php%{majorver}
|
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
|
-Version: 8.0.6
|
|
|
+Version: 8.0.7
|
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: programming
|
|
|
Vendor: Project Vine
|
|
@@ -782,6 +782,9 @@ fi
|
|
|
%if %{with apache2}
|
|
|
%post apache2
|
|
|
MPM=`/usr/sbin/apache2ctl -V | grep "Server MPM:" | sed -e 's/^.*: *//'`
|
|
|
+if [ "x$MPM" == "x" ]; then
|
|
|
+ MPM="(none)"
|
|
|
+fi
|
|
|
if [ "$MPM" != "prefork" ]; then
|
|
|
cat <<EOF
|
|
|
|
|
@@ -881,6 +884,9 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
|
%changelog
|
|
|
+* Fri Jun 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.7-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.6-1
|
|
|
- new upstream release.
|
|
|
|