diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-22 14:24:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-22 14:24:05 +0200 |
commit | b098efbba46c1c1a9e84bf9761d597f982cfdf5b (patch) | |
tree | 5dc3a206c5b31a12b9f75d2e23eb2caf23cd2927 | |
parent | bb9883f742f5d38c741e1842b91fdb270bc28dbe (diff) |
minor
-rw-r--r-- | php.spec | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -204,7 +204,8 @@ Patch300: php-7.0.10-datetests.patch BuildRequires: bzip2-devel BuildRequires: pkgconfig(libcurl) >= 7.15.5 BuildRequires: %{db_devel} -BuildRequires: httpd-devel >= 2.0.46-1, pam-devel +BuildRequires: httpd-devel >= 2.0.46-1 +BuildRequires: pam-devel %if %{with_httpd2410} # to ensure we are using httpd with filesystem feature (see #1081453) BuildRequires: httpd-filesystem @@ -303,10 +304,10 @@ The %{?scl_prefix}php-dbg package contains the interactive PHP debugger. Group: Development/Languages Summary: PHP FastCGI Process Manager BuildRequires: libacl-devel +BuildRequires: pkgconfig(libsystemd) >= 209 Requires(pre): %{_root_sbindir}/useradd Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} %if %{with_systemd} -BuildRequires: pkgconfig(libsystemd) >= 209 %{?systemd_requires} # This is actually needed for the %%triggerun script but Requires(triggerun) # is not valid. We can use %%post because this particular %%triggerun script @@ -679,7 +680,8 @@ Provides: %{?scl_prefix}php-simplexml, %{?scl_prefix}php-simplexml%{?_isa} Provides: %{?scl_prefix}php-xmlreader, %{?scl_prefix}php-xmlreader%{?_isa} Provides: %{?scl_prefix}php-xmlwriter, %{?scl_prefix}php-xmlwriter%{?_isa} Provides: %{?scl_prefix}php-xsl, %{?scl_prefix}php-xsl%{?_isa} -BuildRequires: libxslt-devel >= 1.0.18-1, pkgconfig(libxml-2.0) >= 2.7.6 +BuildRequires: libxslt-devel >= 1.0.18-1 +BuildRequires: pkgconfig(libxml-2.0) >= 2.7.6 %description xml The %{?scl_prefix}php-xml package contains dynamic shared objects which add support |