rpms/mod_wsgi/devel mod_wsgi.spec,1.2,1.3

James Bowes (jbowes) fedora-extras-commits at redhat.com
Sun Jan 6 14:01:04 UTC 2008


Author: jbowes

Update of /cvs/pkgs/rpms/mod_wsgi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26081

Modified Files:
	mod_wsgi.spec 
Log Message:
Require httpd


Index: mod_wsgi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/devel/mod_wsgi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_wsgi.spec	5 Jan 2008 23:58:21 -0000	1.2
+++ mod_wsgi.spec	6 Jan 2008 14:00:28 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           mod_wsgi
 Version:        1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 
 Group:          System Environment/Libraries
@@ -10,6 +10,8 @@
 Source1:        wsgi.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Requires:       httpd-devel
+
 BuildRequires:  httpd-devel
 BuildRequires:  python-devel
 
@@ -51,6 +53,9 @@
 
 
 %changelog
+* Sun Jan 06 2008 James Bowes <jbowes at redhat.com> 1.3-2
+- Require httpd
+
 * Sat Jan 05 2008 James Bowes <jbowes at redhat.com> 1.3-1
 - Update to 1.3
 




More information about the fedora-extras-commits mailing list