[uwsgi/f18] Dropped dependency on php for php plugin

Jorge A Gallegos kad at fedoraproject.org
Wed Sep 19 14:36:08 UTC 2012


commit 40dfab3b14f261468d8de94bec91c4c29c7b7e6d
Author: Jorge A Gallegos <kad at blegh.net>
Date:   Wed Sep 19 07:30:24 2012 -0700

    Dropped dependency on php for php plugin

 uwsgi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/uwsgi.spec b/uwsgi.spec
index 92f5d39..0c365ca 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -2,7 +2,7 @@
 
 Name:           uwsgi
 Version:        1.2.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Fast, self-healing, application container server
 Group:          System Environment/Daemons   
 License:        GPLv2
@@ -141,7 +141,7 @@ This package contains the lua plugin for uWSGI
 %package -n %{name}-plugin-php
 Summary:  uWSGI - Plugin for PHP support
 Group:    System Environment/Daemons
-Requires: php, %{name}-plugin-common
+Requires: %{name}-plugin-common
 
 %description -n %{name}-plugin-php
 This package contains the PHP plugin for uWSGI
@@ -313,6 +313,9 @@ exit 0
 
 
 %changelog
+* Wed Sep 19 2012 Jorge A Gallegos <kad at blegh.net> - 1.2.6-3
+- Dropped requirement on PHP for the PHP plugin
+
 * Sat Sep 15 2012 Jorge A Gallegos <kad at blegh.net> - 1.2.6-2
 - Rebuilt with new systemd macros
 


More information about the scm-commits mailing list