rpms/mod_suphp/devel mod_suphp.spec,1.7,1.8

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Mon Feb 6 17:04:51 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/mod_suphp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20490

Modified Files:
	mod_suphp.spec 
Log Message:
Missing BuildRequire for apr added



Index: mod_suphp.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_suphp/devel/mod_suphp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mod_suphp.spec	6 Feb 2006 16:36:27 -0000	1.7
+++ mod_suphp.spec	6 Feb 2006 17:04:51 -0000	1.8
@@ -26,7 +26,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: httpd >= 2.0, php
 Requires: httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
-BuildRequires: httpd-devel >= 2.0
+BuildRequires: httpd-devel >= 2.0, apr-devel
 
 %description
 suPHP is an apache module for executing PHP scripts with the permissions of




More information about the fedora-extras-commits mailing list