From baa5ec69fe090f7df637a6c7d9aa5d7281c547ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Feb 2019 12:32:47 +0100 Subject: CS --- php73.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php73.spec b/php73.spec index 1b9473c..029d1ab 100644 --- a/php73.spec +++ b/php73.spec @@ -87,6 +87,7 @@ Requires: %{?scl_name}-runtime%{?_isa} = %{version}-%{release} Package shipping development files, especially usefull for development of packages depending on %scl Software Collection. + %package syspaths Summary: System-wide wrappers for the %{name} package Requires: %{?scl_name}-runtime%{?_isa} = %{version}-%{release} @@ -112,7 +113,6 @@ Note that the php-cli and %{name}-syspaths packages conflict and cannot be installed on one system. - %prep %setup -c -T @@ -247,6 +247,7 @@ restorecon -R %{_localstatedir} &>/dev/null || : %files scldevel %{macrosdir}/macros.%{scl_name_base}-scldevel + %files syspaths %{_root_sysconfdir}/php.ini %{_root_sysconfdir}/php.d -- cgit