rpms/mod_suphp/FC-3 mod_suphp.spec,1.3,1.4

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Sat Jul 9 11:43:02 UTC 2005


Author: ixs

Update of /cvs/extras/rpms/mod_suphp/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29845/FC-3

Modified Files:
	mod_suphp.spec 
Log Message:
Added specific httpd-mmn dependency



Index: mod_suphp.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_suphp/FC-3/mod_suphp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_suphp.spec	5 Jul 2005 18:07:31 -0000	1.3
+++ mod_suphp.spec	9 Jul 2005 11:43:00 -0000	1.4
@@ -8,7 +8,7 @@
 Summary: An apache2 module for executing PHP scripts with the permissions of their owners
 Name: mod_suphp
 Version: 0.5.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source0: http://www.suphp.org/download/suphp-%{version}.tar.gz
@@ -16,6 +16,7 @@
 URL: http://www.suphp.org/
 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
 
 %description
@@ -66,6 +67,9 @@
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 
 %changelog
+* Tue Jul 09 2005 Andreas Thienemann <andreas at bawue.net> 0.5.2-8
+- Added a dependency on a specific httpd-mmn
+
 * Tue Jul 05 2005 Andreas Thienemann <andreas at bawue.net> 0.5.2-7
 - Bumped up the releasever
 




More information about the scm-commits mailing list