#2 Rawhide: Fix runtime requirements for php-libguestfs
Closed 5 years ago by ngompa. Opened 5 years ago by ngompa.
rpms/ ngompa/libguestfs rawhide-php-req-fix  into  master

file modified
+6 -2
@@ -40,7 +40,7 @@ 

  Name:          libguestfs

  Epoch:         1

  Version:       1.39.6

- Release:       5%{?dist}

+ Release:       6%{?dist}

  License:       LGPLv2+

  

  # Source and patches.
@@ -768,7 +768,8 @@ 

  %package -n php-%{name}

  Summary:       PHP bindings for %{name}

  Requires:      %{name}%{?_isa} = %{epoch}:%{version}-%{release}

- Requires:      php

+ Requires:      php(zend-abi) = %{php_zend_api}

+ Requires:      php(api) = %{php_core_api}

  

  %description -n php-%{name}

  php-%{name} contains PHP bindings for %{name}.
@@ -1399,6 +1400,9 @@ 

  

  

  %changelog

+ * Mon Jul 09 2018 Neal Gompa <ngompa@datto.com> - 1:1.39.6-6

+ - Fix runtime requirements for php-libguestfs

+ 

  * Thu Jul 05 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.39.6-5

  - Remove ldconfig

    https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/

This change fixes the php-libguestfs subpackage such that it doesn't pull in mod_php and httpd whenever this package is installed. That makes it usable for other types of PHP applications as well as configurations that don't use mod_php and httpd.

Pull-Request has been closed by ngompa

5 years ago