mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 06:42:48 +00:00
adapt for non-usr-merged platforms
This commit is contained in:
parent
8fea8f5760
commit
c8dbeabdaa
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
Summary: The PHP7 scripting language
|
||||
Name: php
|
||||
Version: 7.4.33
|
||||
Release: 6
|
||||
Release: 7
|
||||
Source0: http://ch1.php.net/distributions/php-%{version}.tar.gz
|
||||
Source1: macros.php
|
||||
Group: Development/PHP
|
||||
|
@ -1128,7 +1128,11 @@ Requires: %{name}-zlib >= %{EVRD}
|
|||
Requires: %{name}-xml >= %{EVRD}
|
||||
Requires(pre): user(apache)
|
||||
Requires(pre): group(apache)
|
||||
%if %{mdvver} >= 202310
|
||||
Requires(post): /usr/bin/systemd-tmpfiles
|
||||
%else
|
||||
Requires(post): /bin/systemd-tmpfiles
|
||||
%endif
|
||||
Provides: %{name} = %{EVRD}
|
||||
|
||||
%description fpm
|
||||
|
|
Loading…
Add table
Reference in a new issue