diff --git a/mod_wsgi.spec b/mod_wsgi.spec index ebced9f..d19295d 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -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 @@ Source0: http://modwsgi.googlecode.com/files/%{name}-%{version}.tar.gz 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 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 29 2008 James Bowes 1.3-4 +- Remove requires on httpd-devel + * Mon Jun 16 2008 Ricky Zhou 1.3-3 - Build against the shared python lib.