]> git.pld-linux.org Git - packages/apache-mod_wsgi.git/commitdiff
py2/py3 cross conflicts
authorElan Ruusamäe <glen@delfi.ee>
Sat, 1 Oct 2016 19:29:21 +0000 (22:29 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 1 Oct 2016 19:29:21 +0000 (22:29 +0300)
even they possibly do not have conflicting symbols, they share internal
apache module name

[so:warn] [pid 1767] AH01574: module wsgi_module is already loaded, skipping

apache-mod_wsgi.spec

index 8118551e5b7f2c6c360a8919c4e0d44f336c03eb..d856ebea6c8a66abbc1c5334bd2a5c15e441d332 100644 (file)
@@ -59,7 +59,8 @@ Group:                Networking/Daemons
 Requires:      apache(modules-api) = %{apache_modules_api}
 Requires:      apr >= 1:1.0.0
 Requires:      python-modules
-Obsoletes:     %{name} < 4.5.7-0.2
+Obsoletes:     apache-mod_wsgi < 4.5.7-0.2
+Conflicts:     %{name}-py3
 # http://helpful.knobs-dials.com/index.php/Mod_wsgi_notes#PyEval_AcquireThread:_non-NULL_old_thread_state
 Conflicts:     apache-mod_python
 
@@ -86,6 +87,7 @@ Requires:     apache(modules-api) = %{apache_modules_api}
 Requires:      apr >= 1:1.0.0
 Requires:      python3-modules
 Conflicts:     %{name} < 4.5.7-0.2
+Conflicts:     %{name}-py2
 # http://helpful.knobs-dials.com/index.php/Mod_wsgi_notes#PyEval_AcquireThread:_non-NULL_old_thread_state
 Conflicts:     apache-mod_python3
 
This page took 0.07851 seconds and 4 git commands to generate.