rpms/mod_suphp/EL-5 mod_suphp.spec,1.14,1.15

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Tue Apr 1 09:03:50 UTC 2008


Author: ixs

Update of /cvs/pkgs/rpms/mod_suphp/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2676

Modified Files:
	mod_suphp.spec 
Log Message:
* Sun Mar 30 2008 Andreas Thienemann <andreas at bawue.net> - 0.6.3-1
- Updated to 0.6.3 fixing two security problems. #439687



Index: mod_suphp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_suphp/EL-5/mod_suphp.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mod_suphp.spec	31 Mar 2008 19:12:28 -0000	1.14
+++ mod_suphp.spec	1 Apr 2008 09:03:11 -0000	1.15
@@ -16,9 +16,19 @@
       %define handler x-httpd-php
       %define apr /usr/bin/apr-config
    %endif
+%elseif 0%{?rhel}
+   %if "%{rhel}" >= "5"
+      %define php /usr/bin/php
+      %define handler x-httpd-php
+      %define apr /usr/bin/apr-1-config
+   %else
+      %define php /usr/bin/php
+      %define handler x-httpd-php
+      %define apr /usr/bin/apr-config
+   %endif
 %else
    %define php /usr/bin/php
-      %define handler x-httpd-php
+   %define handler x-httpd-php
    %define apr /usr/bin/apr-config
 %endif
 




More information about the fedora-extras-commits mailing list