rpms/mod_wsgi/EL-4 mod_wsgi.spec,1.4,1.5

James Bowes jbowes at fedoraproject.org
Mon Sep 29 13:37:22 UTC 2008


Author: jbowes

Update of /cvs/extras/rpms/mod_wsgi/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5640

Modified Files:
	mod_wsgi.spec 
Log Message:
remove requires on httpd-devel


Index: mod_wsgi.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_wsgi/EL-4/mod_wsgi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_wsgi.spec	16 Jun 2008 23:24:15 -0000	1.4
+++ mod_wsgi.spec	29 Sep 2008 13:36:52 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           mod_wsgi
 Version:        1.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 
 Group:          System Environment/Libraries
@@ -10,8 +10,6 @@
 Source1:        wsgi.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       httpd-devel
-
 BuildRequires:  httpd-devel
 BuildRequires:  python-devel
 
@@ -53,6 +51,9 @@
 
 
 %changelog
+* Mon Sep 29 2008 James Bowes <jbowes at redhat.com> 1.3-4
+- Remove requires on httpd-devel
+
 * Mon Jun 16 2008 Ricky Zhou <ricky at fedoraproject.org> 1.3-3
 - Build against the shared python lib.
 




More information about the fedora-extras-commits mailing list