rpms/mod_wsgi/devel mod_wsgi.spec,1.13,1.14

joshkayse joshkayse at fedoraproject.org
Mon Mar 8 03:01:53 UTC 2010


Author: joshkayse

Update of /cvs/pkgs/rpms/mod_wsgi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15468

Modified Files:
	mod_wsgi.spec 
Log Message:
remove conflicts line as it violates fedora policy


Index: mod_wsgi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/devel/mod_wsgi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- mod_wsgi.spec	7 Mar 2010 19:02:28 -0000	1.13
+++ mod_wsgi.spec	8 Mar 2010 03:01:52 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           mod_wsgi
 Version:        3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 
 Group:          System Environment/Libraries
@@ -13,8 +13,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  httpd-devel
 BuildRequires:  python-devel
 
-Conflicts:      mod_python < 3.3.1
-
 %description
 The mod_wsgi adapter is an Apache module that provides a WSGI compliant
 interface for hosting Python based web applications within Apache. The
@@ -52,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Mar 07 2010 Josh Kayse <joshkayse at fedoraproject.org> - 3.1-2
+- removed conflicts as it violates fedora packaging policy
+
 * Sun Mar 07 2010 Josh Kayse <joshkayse at fedoraproject.org> - 3.1-1
 - update to 3.1
 - add explicit enable-shared



More information about the scm-commits mailing list