minor again
This commit is contained in:
parent
ea6337818e
commit
db1fb3e977
8
php.spec
8
php.spec
@ -151,6 +151,10 @@ Provides: php-zts%{?_isa} = %{version}-%{release}
|
|||||||
%if %{with_modphp}
|
%if %{with_modphp}
|
||||||
Requires: httpd-mmn = %{_httpd_mmn}
|
Requires: httpd-mmn = %{_httpd_mmn}
|
||||||
Provides: mod_php = %{version}-%{release}
|
Provides: mod_php = %{version}-%{release}
|
||||||
|
# To ensure correct /var/lib/php/session ownership:
|
||||||
|
Requires(pre): httpd-filesystem
|
||||||
|
# php engine for Apache httpd webserver
|
||||||
|
Provides: php(httpd)
|
||||||
%endif
|
%endif
|
||||||
Requires: php-common%{?_isa} = %{version}-%{release}
|
Requires: php-common%{?_isa} = %{version}-%{release}
|
||||||
# For backwards-compatibility, pull the "php" command
|
# For backwards-compatibility, pull the "php" command
|
||||||
@ -166,10 +170,6 @@ Recommends: php-pdo%{?_isa} = %{version}-%{release}
|
|||||||
Recommends: php-sodium%{?_isa} = %{version}-%{release}
|
Recommends: php-sodium%{?_isa} = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
Recommends: php-xml%{?_isa} = %{version}-%{release}
|
Recommends: php-xml%{?_isa} = %{version}-%{release}
|
||||||
# To ensure correct /var/lib/php/session ownership:
|
|
||||||
Requires(pre): httpd-filesystem
|
|
||||||
# php engine for Apache httpd webserver
|
|
||||||
Provides: php(httpd)
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user