rpms/mod_wsgi/F-9 mod_wsgi.spec,1.6,1.7

James Bowes jbowes at fedoraproject.org
Mon Sep 29 13:26:30 UTC 2008


Author: jbowes

Update of /cvs/extras/rpms/mod_wsgi/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4128

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


Index: mod_wsgi.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_wsgi/F-9/mod_wsgi.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_wsgi.spec	3 Jul 2008 13:01:56 -0000	1.6
+++ mod_wsgi.spec	29 Sep 2008 13:26:00 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           mod_wsgi
 Version:        2.1
-Release:        1%{?dist}
+Release:        2%{?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> 2.1-2
+- Remove requires on httpd-devel
+
 * Wed Jul 02 2008 James Bowes <jbowes at redhat.com> 2.1-1
 - Update to 2.1
 




More information about the fedora-extras-commits mailing list